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: Sat, 02 Mar 2013 14:26:33 +0100 Message-ID: <87y5e66igm.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBmSY-0005lR-QT for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:26:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBmSX-0005nh-Mh for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:26:42 -0500 Received: from randomsample.de ([83.169.19.17]:51472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBmSX-0005n1-Ak for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:26:41 -0500 In-Reply-To: <87txoum4pe.fsf@bzg.ath.cx> (Bastien's message of "Sat, 02 Mar 2013 12:17:01 +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: Bastien Cc: emacs-orgmode@gnu.org, Julien Cubizolles Bastien writes: > Hi David, > > David Engster writes: > >> The most serious issue is that things will often seem to work because >> old exporters are pulled in from Emacs, possibly *very* old >> exporters. > > I've added (provide 'org-icalendar) to ox-icalendar.el so that > a user will load the correct file instead of the old file when > ox-icalendar.el takes precedence over org-icalendar.el in the > load-path. Not the most elegant solution, I agree. Did you actually try that? How should Emacs possibly know that the file ox-icalendar provides the feature org-icalendar? This will only work if ox-icalendar is already loaded. -David