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



_______________________________________________
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

Reply via email to