On Friday, 16 Jul 2021 at 12:06, William Denton wrote: > People who write one-sentence-per-line, have you had this problem, and if so > how > did you handle it?
If I will be exporting to LaTeX, I do the following: --8<---------------cut here---------------start------------->8--- One sentence is here. #+latex: % a sentence that has been commented out. The third sentence is here and should be in the same paragraph as the first. --8<---------------cut here---------------end--------------->8--- The LaTeX directive is a LaTeX comment (% at the start) and so replaces what would otherwise be a blank line causing a new paragraph to start. It may not be pretty but it works just fine. HTH, eric -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-598-g604bfd : Latest paper written in org: https://arxiv.org/abs/2106.05096