emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] shorter way of #+HTML: <br />


From: T . F . Torrey
Subject: Re: [O] shorter way of #+HTML: <br />
Date: Thu, 07 Jun 2012 13:40:35 -0700 (MST)

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 <address@hidden> 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

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