From 20dee5f0f3c7a784f490feaa14b98ba127fe7574 Mon Sep 17 00:00:00 2001 From: hammerfunctor Date: Mon, 18 Dec 2023 00:04:55 -0500 Subject: [PATCH 3/3] lisp/org.el (org-modules): autoload new library --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 8868388bf..366626b52 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -746,7 +746,7 @@ defined in org-duration.el.") (require 'org-element) (org-element-cache-reset 'all))) -(defcustom org-modules '(ol-doi ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-eww) +(defcustom org-modules '(ol-doi ol-arxiv ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-eww) "Modules that should always be loaded together with org.el. If a description starts with , the file is not part of Emacs and Org mode, @@ -773,6 +773,7 @@ For export specific modules, see also `org-export-backends'." (const :tag " ctags: Access to Emacs tags with links" org-ctags) (const :tag " docview: Links to Docview buffers" ol-docview) (const :tag " doi: Links to DOI references" ol-doi) + (const :tag " arxiv: Links to ARXIV references" ol-arxiv) (const :tag " eww: Store link to URL of Eww" ol-eww) (const :tag " gnus: Links to GNUS folders/messages" ol-gnus) (const :tag " habit: Track your consistency with habits" org-habit) -- 2.43.0