summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-12 22:26:39 +0100
committerBastien Guerry <bzg@altern.org>2013-02-12 22:26:39 +0100
commite5322d77f214e789e5efc0abca83d3133499e35c (patch)
tree6613b785e09941e73a47089fcb56c3d5836c3a93
parentdf6fc7607d16ae31fc8787daa581f75d27574848 (diff)
downloadorg-mode-e5322d77f214e789e5efc0abca83d3133499e35c.tar.gz
ox-odt.el (org-odt-convert-read-params): Fix typo in prompt
* ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
-rw-r--r--lisp/ox-odt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 5162520..27c9edb 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"