summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-12-03 18:14:21 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-12-03 18:14:21 +0100
commit037db00f40b6b00c05f32e13fd5bf61f2d1b04cc (patch)
treee16eb542fab780862189f513ebe10c4062462a65
parentb4079bb894e0b87a9331dafbfdddd5cffe9a8fb9 (diff)
downloadorg-mode-037db00f40b6b00c05f32e13fd5bf61f2d1b04cc.tar.gz
Fix last commit
* lisp/org.el (org-org-menu): Fix last commit.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 34a27e8..ed7292a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -21470,7 +21470,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)]