Browse Source

org-latex/org-html: Small changes to menu entries

Nicolas Goaziou 12 years ago
parent
commit
302c2850fa
2 changed files with 5 additions and 5 deletions
  1. 3 3
      lisp/ox-html.el
  2. 2 2
      lisp/ox-latex.el

+ 3 - 3
lisp/ox-html.el

@@ -103,9 +103,9 @@
   :filters-alist ((:filter-final-output . org-html-final-function))
   :menu-entry
   (?h "Export to HTML"
-      ((?H "To temporary buffer" org-html-export-as-html)
-       (?h "To file" org-html-export-to-html)
-       (?o "To file and open"
+      ((?H "As HTML buffer" org-html-export-as-html)
+       (?h "As HTML file" org-html-export-to-html)
+       (?o "As HTML file and open"
 	   (lambda (a s v b)
 	     (if a (org-html-export-to-html t s v b)
 	       (org-open-file (org-html-export-to-html nil s v b)))))))

+ 2 - 2
lisp/ox-latex.el

@@ -157,8 +157,8 @@
   :export-block ("LATEX" "TEX")
   :menu-entry
   (?l "Export to LaTeX"
-      ((?L "As TEX buffer" org-latex-export-as-latex)
-       (?l "As TEX file" org-latex-export-to-latex)
+      ((?L "As LaTeX buffer" org-latex-export-as-latex)
+       (?l "As LaTeX file" org-latex-export-to-latex)
        (?p "As PDF file" org-latex-export-to-pdf)
        (?o "As PDF file and open"
 	   (lambda (a s v b)