emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nick Dokos
Subject: [Orgmode] Autoload bug in 5.13i org-install.el
Date: Tue, 13 Nov 2007 13:32:42 -0500

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




reply via email to

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