Won't using "\\" in this construct produce what the OP requested?

This:

#+BEGIN_SRC org
Some text\\
new line.
#+END_SRC

Becomes this:

#+BEGIN_HTML
<p>Some text<br/>
new line.
</p>
#+END_HTML

Terry
-- 
T.F. Torrey

> Hi Enda,
> 
> Enda <enda...@yahoo.com> writes:
> 
>> When I prepare an org file to convert into html, I have to have a lot
>> of
>>
>> #+HTML: <br />
>>
>> to break lines without a full full line space between them, should
>> there be or is there is shorter way to doing this?
> 
> Nope, sorry.  But you can easily insert it repeartedly by using
> Emacs internals (registers etc.)
> 
> Best,
> 
> -- 
>  Bastien
> 
> 

Reply via email to