David Engster <d...@randomsample.de> writes: > Julien Cubizolles writes: >> David Engster <d...@randomsample.de> writes: >>> I just pushed a change which should fix this (if the new exporter is >>> compatible; >> >> It doesn't seem to be, I get >> >> apply: Symbol's function definition is void: org-export-icalendar >> >> when running org-caldav-sync, which is weird since org-export-icalendar >> is present in both org-icalendar and ox-icalendar. > > No, it's not defined in ox-icalendar. I guess it must be generated by > the new exporter first, probably through some additional require.
I have the following definition in ox-icalendar.el. --8<---------------cut here---------------start------------->8--- (defgroup org-export-icalendar nil "Options specific for iCalendar export back-end." :tag "Org Export iCalendar" :group 'org-export) --8<---------------cut here---------------end--------------->8---