From f9da5ca54acc82189609051507d365bac585588c Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Mon, 5 Dec 2011 02:28:13 +0530 Subject: [PATCH] org-exp.el: s/OpenDocumentText/OpenDocument Text/ --- lisp/org-exp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c55d566d3..b7d447d08 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -52,9 +52,9 @@ (autoload 'org-export-generic "org-export-generic" "Export using the generic exporter" t) (autoload 'org-export-as-odt "org-odt" - "Export the outline to a OpenDocumentText file." t) + "Export the outline to a OpenDocument Text file." t) (autoload 'org-export-as-odt-and-open "org-odt" - "Export the outline to a OpenDocumentText file and open it." t) + "Export the outline to a OpenDocument Text file and open it." t) (defgroup org-export nil "Options for exporting org-listings." @@ -952,7 +952,7 @@ Pressing `1' will switch between these two options." \[D] export as DocBook [V] export as DocBook, process to PDF, and open -\[o] export as OpenDocumentText [O] ... and open +\[o] export as OpenDocument Text [O] ... and open \[j] export as TaskJuggler [J] ... and open -- 2.11.4.GIT