From 037db00f40b6b00c05f32e13fd5bf61f2d1b04cc Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 3 Dec 2017 18:14:21 +0100 Subject: [PATCH] Fix last commit * lisp/org.el (org-org-menu): Fix last commit. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 34a27e81b..ed7292a0f 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)]