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:33:47 +0100 Message-ID: <87txou6i4k.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> <87hakum4kl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBmZa-0007ey-Lg for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:34:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBmZY-0007Qc-4o for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:33:58 -0500 Received: from randomsample.de ([83.169.19.17]:56198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBmZX-0007PJ-OV for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:33:56 -0500 In-Reply-To: <87hakum4kl.fsf@bzg.ath.cx> (Bastien's message of "Sat, 02 Mar 2013 12:19:54 +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: > >> (eval-after-load "org-icalendar" >> '(error "The old org-icalendar exporter is deprecated; use >> ox-icalendar instead.")) > > I'm not sure about this one: where are you suggesting to add this? > In org.el? Your call. Anywhere where it's guaranteed to be loaded upon Org startup. > Will the users get the warning if org-icalendar.el has been loaded > from a previous install? The user will get the error as soon as org-icalendar is loaded (from wherever). org-icalendar *will* be loaded then, and the user can ignore the error and continue to use it if he likes, but at least he got a clear error that this is not a supported. -David