> OTOH when I ran org-caldav, it removed everything from the online calendar, > and it won't put anything back there ...
Mmmkay, something weird is happening. I create a headline with a date, and call org-caldav. An UID is created, and the file looks like this: *** Gayet, Damien : Une majoration de l'espérance des nombres de Betti :PROPERTIES: :ID: BD783419-0D10-4B88-8540-730ACF03B42E :END: <2013-03-06 Wed 14:00> So far so good. But on trying to sync, I get the error that "Could not find UID TS1-BD783419-0D10-4B88-8540-730ACF03B42E." (Which is the UID in the generated ICS file.) So now, iCalendar export works, all that remains is fixing the sync code in org-caldav ... /v > > > -- > Vincent Beffara > > > On Thursday, March 7, 2013 at 13:56 , Nicolas Goaziou wrote: > > > Vincent Beffara <vbeff...@ens-lyon.fr (mailto:vbeff...@ens-lyon.fr)> writes: > > > > > Here is an ECM.el file, run with emacs -Q triggers the crash: > > > > > > (custom-set-variables > > > '(org-icalendar-store-UID t) > > > ) > > > (setq-default debug-on-error t) > > > (add-to-list 'load-path "~/.emacs.d/el-get/org-mode/lisp") > > > (require 'ox-icalendar) > > > (org-icalendar--combine-files nil "~/Desktop/ECM.org (http://ECM.org)") > > > > > > > > > without org-icalendar-store-UID it works fine. Not sure the option is > > > needed anymore, but at least the crash can be reproduced. BTW my > > > org-mode is at commit 516f0df. > > > > > > > > > > > > The problem should be fixed in master. Could anyone confirm it? > > > > Thank you for reporting this problem. > > > > > > Regards, > > > > -- > > Nicolas Goaziou >