summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-02-09 18:33:01 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-02-09 18:33:01 +0100
commitc44f8c0af0ab29ce2f5b1a2229e3092199c0989a (patch)
treef339d7ab659beb1c1fe38205139760be01acf025
parente3058f68559a51ed1a062f63afe3b448278ec4ce (diff)
downloadorg-mode-c44f8c0af0ab29ce2f5b1a2229e3092199c0989a.tar.gz
Small refactoring
* lisp/org.el (org-org-menu): Small refactoring.
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 0c47e78..2bfca4e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -20334,8 +20334,7 @@ See the individual commands for more information."
(org-inside-LaTeX-fragment-p)]
["Insert citation" org-reftex-citation t]
"--"
- ["Template for BEAMER" (progn (require 'ox-beamer)
- (org-insert-beamer-options-template)) t])
+ ["Template for BEAMER" (org-beamer-insert-options-template) t])
"--"
("MobileOrg"
["Push Files and Views" org-mobile-push t]