Ihor Radchenko writes:
> Morten Kjeldgaard writes:
>
>> The subject says it, it would be very nice if there was an export option
>> to export to text mode without wrapping paragraphs,so the resulting text
>> file can be read with visual-line-mode on.
>
> See org-export-preserve-breaks. Does it
Morten Kjeldgaard writes:
> The subject says it, it would be very nice if there was an export option
> to export to text mode without wrapping paragraphs,so the resulting text
> file can be read with visual-line-mode on.
See org-export-preserve-breaks. Does it do what you want?
--
Ihor Radch
The subject says it, it would be very nice if there was an export option
to export to text mode without wrapping paragraphs,so the resulting text
file can be read with visual-line-mode on.
At the moment I need to use pandoc to do this, using
pandoc -f org -t plain --wrap=none file.org > fi