Re: Feature request: Export to text file with no line wrapping

2025-02-02 Thread Ihor Radchenko
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

Re: Feature request: Export to text file with no line wrapping

2024-12-23 Thread Ihor Radchenko
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

Feature request: Export to text file with no line wrapping

2024-11-30 Thread Morten Kjeldgaard
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