On Wednesday, 3 Jun 2020 at 00:32, Berthold Lorke wrote: > Is there a fix for this? Enclosing each line with emphasis markers > (like "+") doesn't fix it, as when exported every sentence in a > paragraph would then have a space inbetween the strikethroughs.
You don't specify what your export target is. If PDF via LaTeX, you can always define a new environment for LaTeX and then use special blocks in org to invoke that environment. For instance, the following works: --8<---------------cut here---------------start------------->8--- #+latex_header: \newenvironment{emphasis}{\em}{} #+begin_emphasis This is the first line. And this is the second. #+end_emphasis Followed by the third. --8<---------------cut here---------------end--------------->8--- HTH, eric -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-640-g9bc0cc