emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-caldav can't find org-prepare-agenda-buffers


From: Nicolas Goaziou
Subject: Re: [O] org-caldav can't find org-prepare-agenda-buffers
Date: Wed, 06 Mar 2013 18:08:03 +0100

David Engster <address@hidden> writes:

>> What do you need from org-icalendar.el?
>
> Only org-export-icalendar. As long as that one is producing the same
> output, everything should be fine.

Unfortunately, there is no `org-export-icalendar' anymore.

There is:

  (org-icalendar--combine-files nil FILES)

which is equivalent to:

  (org-export-icalendar t FILES)

Also

  (org-export-icalendar nil FILES)

should be equivalent to something like:

  (dolist (file files)
    (find-file file)
    (org-mode)
    (org-icalendar-export-to-ics))


Regards,

-- 
Nicolas Goaziou



reply via email to

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