From e5322d77f214e789e5efc0abca83d3133499e35c Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 12 Feb 2013 22:26:39 +0100 Subject: [PATCH] ox-odt.el (org-odt-convert-read-params): Fix typo in prompt * ox-odt.el (org-odt-convert-read-params): Fix typo in prompt. --- lisp/ox-odt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.4.GIT