Activate CDLatex entry in menu only if `cdlatex' is loaded

* lisp/org.el (org-org-menu): Activate CDLatex entry in menu only if
  `cdlatex' is loaded.

Fixes: 4068
This commit is contained in:
Nicolas Goaziou 2017-12-03 18:03:19 +01:00
parent c2c301c9cc
commit b4079bb894

View file

@ -21470,8 +21470,8 @@ an argument, unconditionally call `org-insert-heading'."
"--"
["Export/Publish..." org-export-dispatch t]
("LaTeX"
["Org CDLaTeX mode" org-cdlatex-mode :style toggle
:selected org-cdlatex-mode]
["Org CDLaTeX mode" org-cdlatex-mode :active (featurep 'cdlatex)
:style toggle :selected org-cdlatex-mode]
["Insert Environment" cdlatex-environment (fboundp 'cdlatex-environment)]
["Insert math symbol" cdlatex-math-symbol (fboundp 'cdlatex-math-symbol)]
["Modify math symbol" org-cdlatex-math-modify