* Autoload bug in 5.13i org-install.el
@ 2007-11-13 18:32 Nick Dokos
2007-11-13 22:02 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Nick Dokos @ 2007-11-13 18:32 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Autoload bug in 5.13i org-install.el
2007-11-13 18:32 Autoload bug in 5.13i org-install.el Nick Dokos
@ 2007-11-13 22:02 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-11-13 22:02 UTC (permalink / raw)
To: nicholas.dokos; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-13 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 18:32 Autoload bug in 5.13i org-install.el Nick Dokos
2007-11-13 22:02 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.