From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-caldav can't find org-prepare-agenda-buffers Date: Sat, 02 Mar 2013 12:17:01 +0100 Message-ID: <87txoum4pe.fsf@bzg.ath.cx> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBkR5-0006og-Ar for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 06:17:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBkR4-0008RL-5l for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 06:17:03 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:54803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBkR3-0008RD-VC for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 06:17:02 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so3027854wgb.11 for ; Sat, 02 Mar 2013 03:17:01 -0800 (PST) In-Reply-To: <874ngw2z26.fsf@engster.org> (David Engster's message of "Thu, 28 Feb 2013 17:17:05 +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: David Engster Cc: emacs-orgmode@gnu.org, Julien Cubizolles 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. -- Bastien