From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav can't find org-prepare-agenda-buffers Date: Wed, 06 Mar 2013 18:08:03 +0100 Message-ID: <87r4js4ft8.fsf@engster.org> References: <87k3puyri0.fsf@free.fr> <871uc1sv4s.fsf@bzg.ath.cx> <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> <87ppzctqsj.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHp5-0006t9-Bf for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 12:08:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDHoz-0004JD-V5 for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 12:08:11 -0500 Received: from randomsample.de ([83.169.19.17]:48262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHoz-0004Iu-K5 for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 12:08:05 -0500 In-Reply-To: <87ppzctqsj.fsf@free.fr> (Julien Cubizolles's message of "Wed, 06 Mar 2013 17:51:40 +0100") 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: Julien Cubizolles Cc: emacs-orgmode@gnu.org Julien Cubizolles writes: > David Engster writes: >> I just pushed a change which should fix this (if the new exporter is >> compatible;=20 > > It doesn't seem to be, I get=20 > > apply: Symbol's function definition is void: org-export-icalendar > > when running org-caldav-sync, which is weird since org-export-icalendar > is present in both org-icalendar and ox-icalendar. No, it's not defined in ox-icalendar. I guess it must be generated by the new exporter first, probably through some additional require. >> I don't use Org from git). > > I'm thinking about reverting to an older Org since org-caldav is more > important to me than the new exporter. Does it work with the latest > stable release (7.9.3f)=A0? I'm still on 7.9.2, but I wouldn't know why it shouldn't work with that. -David