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. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
