Vote count:
0
In org-mode (8.2.5) is there any way to export to ascii without line breaks being inserted at the end of every line in the .txt file?
A good canditate would have been_
(setq org-ascii-text-width nil)
But nil isn't accepted as an argument for org-ascii-text-width.
An un-elegant work-around is:
(setq org-ascii-text-width nil)
Assuming that none of my paragraphs are more that 1000 characters wide.
If I:
(setq org-ascii-text-width nil)
I get the error:
Stack overflow in regexp matcher
asked 22 secs ago
Aucun commentaire:
Enregistrer un commentaire