From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Autoload bug in 5.13i org-install.el Date: Tue, 13 Nov 2007 23:02:17 +0100 Message-ID: References: <27315.1194978762@alphaville.zko.hp.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Is3q0-0007QA-Ti for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:02:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Is3py-0007PS-Qd for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:02:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is3py-0007PP-O0 for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:02:26 -0500 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Is3py-0002r4-0D for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:02:26 -0500 Received: by fk-out-0910.google.com with SMTP id 19so2171411fkr for ; Tue, 13 Nov 2007 14:02:23 -0800 (PST) In-Reply-To: <27315.1194978762@alphaville.zko.hp.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Yes, this is a bug, thank you. - Carsten On 13Nov2007, at 7:32 PM, Nick Dokos wrote: > There are two autoload lines in org-install.el that are missing > the file argument: > > ... > (autoload 'org-run-like-in-org-mode "Run a command like in Org-mode.") > (autoload 'org-agenda-to-appt "Activate appointments in `org-agenda- > files'.") > ... > > They should be > > ... > (autoload 'org-run-like-in-org-mode "org" "Run a command like in > Org-mode.") > (autoload 'org-agenda-to-appt "org" "Activate appointments in `org- > agenda-files'.") > ... > > I think, no? > > Nick > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode