From 302c2850fa9de95a014f7ed8755456e5b6047e2d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 8 Feb 2013 22:19:37 +0100 Subject: [PATCH] org-latex/org-html: Small changes to menu entries --- lisp/ox-html.el | 6 +++--- lisp/ox-latex.el | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index a57f851f2..743f465ba 100644 --- a/lisp/ox-html.el +++ b/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))))))) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index da123aed6..717d91266 100644 --- a/lisp/ox-latex.el +++ b/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) -- 2.11.4.GIT