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")
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. HTH, /v -- Vincent Beffara On Thursday, March 7, 2013 at 11:54 , Nicolas Goaziou wrote: > Hello, > > Vincent Beffara <vbeff...@ens-lyon.fr (mailto:vbeff...@ens-lyon.fr)> writes: > > > Same here. But the error is not in org-caldav, because it is triggered like > > this: > > > > (org-icalendar--combine-files nil "~/Desktop/ECM.org (http://ECM.org)") > > > > where ~/Desktop/ECM.org (http://ECM.org) is a file with nothing but one > > headline. > > I cannot reproduce it. Maybe a larger backtrace would help. > > > Regards, > > -- > Nicolas Goaziou