From 8ebd1ac7ff2c246877f49bdaa92ecff5e6817f54 Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 28 Jan 2011 22:39:49 -0500 Subject: [PATCH] ... --- src/calibre/ebooks/txt/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/txt/output.py b/src/calibre/ebooks/txt/output.py index d54119753b..a7a1b7814d 100644 --- a/src/calibre/ebooks/txt/output.py +++ b/src/calibre/ebooks/txt/output.py @@ -46,7 +46,7 @@ class TXTOutput(OutputFormatPlugin): help=_('Force splitting on the max-line-length value when no space ' 'is present. Also allows max-line-length to be below the minimum')), OptionRecommendation(name='txt_output_formatting', - recommended_value='none', + recommended_value='plain', choices=['plain', 'markdown', 'textile'], help=_('Formatting used within the document.\n' '* plain: Produce plain text.\n'