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

2007-11-13 Thread Carsten Dominik
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 appointme

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

2007-11-13 Thread Nick Dokos
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 "