0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 09:26:29 +00:00

Add org-id to the list of autoloaded modules.

This commit is contained in:
Carsten Dominik 2008-05-27 08:24:02 +02:00
parent 53ccd4f053
commit 07e361b172

View file

@ -13226,13 +13226,15 @@ With optional NODE, go directly to that node."
;;;; Documentation
;;;###autoload
(defun org-require-autoloaded-modules ()
(interactive)
(mapc 'require
'(org-agenda org-archive org-clock org-colview
org-exp org-export-latex org-publish
org-exp org-id org-export-latex org-publish
org-remember org-table)))
;;;###autoload
(defun org-customize ()
"Call the customize function with org as argument."
(interactive)