diff --git a/lisp/org.el b/lisp/org.el index 39e20c00c..2d813add9 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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)