Hello,

Samuel Wales <samolog...@gmail.com> writes:

> ***** (let ((org-export-preserve-breaks t)) (org-export-to-buffer
> 'ascii "whatever.txt" nil t nil))

According to `org-export-preserve-breaks' docstring:

  Non-nil means preserve all line breaks when exporting.

As a consequence, this variable also prevents filling. Therefore,
`org-ascii-text-width' has no effect in this case. If you absolutely
need both, use \\ at end of lines instead.


Regards,

-- 
Nicolas Goaziou

Reply via email to