Explorar el Código

Merge branch 'maint'

Nicolas Goaziou hace 7 años
padre
commit
7fc901ca0f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -21178,8 +21178,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