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 18:18:57 +0100 Message-ID: <87zjyl3ck6.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> <87txoum4pe.fsf@bzg.ath.cx> <87y5e66igm.fsf@engster.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBqlL-00089j-En for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 13:02:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBqlI-0006FE-6O for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 13:02:23 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:55153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBqlI-0006Ep-0n for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 13:02:20 -0500 Received: by mail-wi0-f181.google.com with SMTP id hm6so602777wib.14 for ; Sat, 02 Mar 2013 10:02:19 -0800 (PST) In-Reply-To: <87y5e66igm.fsf@engster.org> (David Engster's message of "Sat, 02 Mar 2013 14:26:33 +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: > 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. Of course, you're right. I reverted the commit. So the problems stay. For third-party libraries developers, we cannot do anything else now than to ask them to update their code. For the problem of Emacs autoloaded functions, org.el provides (load "org-loaddefs.el t t t) which should load the correct autoloads from the correct files... but that's unstable. It seems the ox- prefix is a bad idea, you're right. I'll think about it again. Thanks, -- Bastien