It doesn't crash anymore, thanks! OTOH when I ran org-caldav, it removed everything from the online calendar, and it won't put anything back there ...
-- 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