emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] export to ics a specific buffer every X hours


From: Xebar Saram
Subject: Re: [O] export to ics a specific buffer every X hours
Date: Tue, 30 Aug 2016 16:59:56 +0300

Thx John, this is *exactly* what i wanted...its just as always my wishes and code skills dont align

thx so much again

Z


On Tue, Aug 30, 2016 at 4:50 PM, John Kitchin <address@hidden> wrote:

(defun z/export-to-ics ()
(interactive)
(with-current-buffer (find-file-noselect "meetings.org")
(rename-file (org-icalendar-export-to-ics)
"/home/zeltak/org/files/export/kcal.ics")
(message "exported to ics")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]