emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Inline HTML?


From: Christian Moe
Subject: Re: [O] Inline HTML?
Date: Wed, 21 Sep 2016 09:15:46 +0200
User-agent: mu4e 0.9.17; emacs 24.5.1

David A. Gershman writes:


> My org file has:
>
>     This is line one.
>     This is line two.
>
> but the HTML export makes them different paragraphs...

Does it? If they're not separated by a blank line, the exporter should run them
together into one paragraph. Mine does.

> However, a separate portion of my file has a long line and I
> do /not/ want a new paragraph, just to force a <br>:

Quoting HTML is one solution (as you've already discovered), but more
simply, you could do:

  
  This long line starts here \\
  and continues here.


Yours,
Christian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]