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: Enda
Subject: Re: [O] shorter way of #+HTML: <br />
Date: Wed, 6 Jun 2012 10:49:17 -0700 (PDT)

I want nearly all paragraphs to have one line of spacing, the #+HTML: <br /> (no line of spacing) is just for once-off occasions.

Best wishes,

Enda


From: Bernt Hansen <address@hidden>
To: Enda <address@hidden>
Cc: "address@hidden" <address@hidden>
Sent: Wednesday, June 6, 2012 6:28 PM
Subject: Re: shorter way of #+HTML: <br />

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



reply via email to

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