From: Bastien Guerry Date: Tue, 12 Feb 2013 21:26:39 +0000 (+0100) Subject: ox-odt.el (org-odt-convert-read-params): Fix typo in prompt X-Git-Tag: release_8.0-pre~374 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/e5322d77f214e789e5efc0abca83d3133499e35c ox-odt.el (org-odt-convert-read-params): Fix typo in prompt * ox-odt.el (org-odt-convert-read-params): Fix typo in prompt. --- diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 516252053..27c9edb49 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -4347,7 +4347,7 @@ This is a helper routine for interactive use." (out-fmt-choices (org-odt-reachable-formats in-fmt)) (out-fmt (or (and out-fmt-choices - (funcall input "Output format: " + (funcall input "Output format: " out-fmt-choices nil nil nil)) (error "No known converter or no known output formats for %s files"