From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Re: org-caldav can't find org-prepare-agenda-buffers Date: Thu, 7 Mar 2013 12:17:13 +0100 Message-ID: <6AFF8646C27C4CE6A358F84B8B62284E@gmail.com> References: <87k3puyri0.fsf@free.fr> <87vc9d36qp.fsf@engster.org> <87lia9o0e9.fsf@bzg.ath.cx> <878v692ae0.fsf@engster.org> <87621cj3bc.fsf@bzg.ath.cx> <874ngw2z26.fsf@engster.org> <87txoum4pe.fsf@bzg.ath.cx> <87y5e66igm.fsf@engster.org> <87zjyl3ck6.fsf@bzg.ath.cx> <874ngt8mwl.fsf@Rainer.invalid> <87a9qlm24b.fsf@bzg.ath.cx> <87wqtk8tjx.fsf@free.fr> <87zjyg4i8m.fsf@engster.org> <871ubsfqcm.fsf@gmail.com> <87vc944gxn.fsf@engster.org> <87wqtke9sc.fsf@gmail.com> <87mwug4f5y.fsf@engster.org> <87sj48e8n8.fsf@gmail.com> <87ehfs43xl.fsf@engster.org> <877glj374n.fsf@free.fr> <928F746CECE04D56BDF3848A78421121@gmail.com> <87obevcwf2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDYp6-0001Jk-VL for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 06:17:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDYp2-0004ct-Hh for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 06:17:20 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:58211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDYp2-0004cn-B9 for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 06:17:16 -0500 Received: by mail-wg0-f48.google.com with SMTP id 16so545155wgi.3 for ; Thu, 07 Mar 2013 03:17:15 -0800 (PST) In-Reply-To: <87obevcwf2.fsf@gmail.com> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Julien Cubizolles 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 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