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 14:21:03 +0100 Message-ID: <28621C1EBBE544938B988FA134FB5FD0@gmail.com> References: <87k3puyri0.fsf@free.fr> <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> <6AFF8646C27C4CE6A358F84B8B62284E@gmail.com> <87fw07cqsd.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]:59382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDal0-0002Xb-B6 for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 08:21:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDaks-0003oG-0L for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 08:21:14 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:36762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDakr-0003o7-Qi for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 08:21:05 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so821080wgb.29 for ; Thu, 07 Mar 2013 05:21:05 -0800 (PST) In-Reply-To: <87fw07cqsd.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 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 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