summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-12-03 18:14:48 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-12-03 18:14:48 +0100
commita0e3f1d5050ffd0d03c68b35b2b5300fb89da1f0 (patch)
tree637eb39e3d20a2fa2a149fa51c6c9fb5d5ca8065
parent7fc901ca0f030166eb8de781c3bb1b41a1fa3f86 (diff)
parent037db00f40b6b00c05f32e13fd5bf61f2d1b04cc (diff)
downloadorg-mode-a0e3f1d5050ffd0d03c68b35b2b5300fb89da1f0.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 50d7e0b..611817b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -21178,7 +21178,7 @@ an argument, unconditionally call `org-insert-heading'."
"--"
["Export/Publish..." org-export-dispatch t]
("LaTeX"
- ["Org CDLaTeX mode" org-cdlatex-mode :active (featurep 'cdlatex)
+ ["Org CDLaTeX mode" org-cdlatex-mode :active (require 'cdlatex nil t)
:style toggle :selected org-cdlatex-mode]
["Insert Environment" cdlatex-environment (fboundp 'cdlatex-environment)]
["Insert math symbol" cdlatex-math-symbol (fboundp 'cdlatex-math-symbol)]