summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 21:29:48 +0200
committerBastien <bzg@gnu.org>2018-04-26 21:29:48 +0200
commit71ad7d19eadfaeb6f978161e41e644479c252ba2 (patch)
treeafe336d09ab6b8ba9650c0e724d24b0e68d63e41
parent877617d4673b41c72e923788a3b66e0bfe600f0f (diff)
downloadorg-mode-71ad7d19eadfaeb6f978161e41e644479c252ba2.tar.gz
org.el: Add org-tempo to the list of default modules
* lisp/org.el (org-modules): Add org-tempo to the list of default modules. Template expansion is likely to be expected by many users, as it was on by default in previous releases. Let's load org-tempo by default and let users remove it. If needed, we can remove this in future releases.
-rw-r--r--lisp/org.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2c68b79..7b661c0 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -682,7 +682,7 @@ After a match, group 1 contains the repeat expression.")
(org-load-modules-maybe 'force)
(org-element-cache-reset 'all)))
-(defcustom org-modules '(org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail)
+(defcustom org-modules '(org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail org-tempo)
"Modules that should always be loaded together with org.el.
If a description starts with <C>, the file is not part of Emacs
@@ -699,8 +699,8 @@ to add the symbol `xyz', and the package must have a call to:
For export specific modules, see also `org-export-backends'."
:group 'org
:set 'org-set-modules
- :version "24.4"
- :package-version '(Org . "8.0")
+ :version "26.1"
+ :package-version '(Org . "9.2")
:type
'(set :greedy t
(const :tag " bbdb: Links to BBDB entries" org-bbdb)