[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] shorter way of #+HTML: <br />
From: |
Bernt Hansen |
Subject: |
Re: [O] shorter way of #+HTML: <br /> |
Date: |
Wed, 06 Jun 2012 13:28:44 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
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?, like having a dot
> on a line by itself for the html converter could mean a newline
> (without a full line space) like:
>
> Org mode
> .
> Emacs
>
> would be converted to:
>
> <p>
> Org mode
> <br />
> Emacs
> <p>
>
> Best wishes,
>
> Enda
This is what CSS is for. Define the spacing you want between paragraphs
and you don't need any additional markup.
Regards,
Bernt