emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Autoload bug in 5.13i org-install.el


From: Carsten Dominik
Subject: Re: [Orgmode] Autoload bug in 5.13i org-install.el
Date: Tue, 13 Nov 2007 23:02:17 +0100

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]