Fix last commit

* lisp/org.el (org-org-menu): Fix last commit.
This commit is contained in:
Nicolas Goaziou 2017-12-03 18:14:21 +01:00
parent b4079bb894
commit 037db00f40
1 changed files with 1 additions and 1 deletions

View File

@ -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)]