Small refactoring
* lisp/org.el (org-org-menu): Small refactoring.
This commit is contained in:
parent
e3058f6855
commit
c44f8c0af0
|
@ -20334,8 +20334,7 @@ See the individual commands for more information."
|
||||||
(org-inside-LaTeX-fragment-p)]
|
(org-inside-LaTeX-fragment-p)]
|
||||||
["Insert citation" org-reftex-citation t]
|
["Insert citation" org-reftex-citation t]
|
||||||
"--"
|
"--"
|
||||||
["Template for BEAMER" (progn (require 'ox-beamer)
|
["Template for BEAMER" (org-beamer-insert-options-template) t])
|
||||||
(org-insert-beamer-options-template)) t])
|
|
||||||
"--"
|
"--"
|
||||||
("MobileOrg"
|
("MobileOrg"
|
||||||
["Push Files and Views" org-mobile-push t]
|
["Push Files and Views" org-mobile-push t]
|
||||||
|
|
Loading…
Reference in New Issue