From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enda Subject: shorter way of #+HTML:
Date: Wed, 6 Jun 2012 10:02:27 -0700 (PDT) Message-ID: <1339002147.7536.YahooMailNeo@web121405.mail.ne1.yahoo.com> Reply-To: Enda Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="-292383200-961410107-1339002147=:7536" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScJcy-0003tl-HC for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 13:02:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScJcs-0002Nk-Cu for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 13:02:36 -0400 Received: from nm3-vm3.bullet.mail.ne1.yahoo.com ([98.138.91.133]:31632) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ScJcs-0002NV-2i for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 13:02:30 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" ---292383200-961410107-1339002147=:7536 Content-Type: text/plain; charset=us-ascii When I prepare an org file to convert into html, I have to have a lot of #+HTML:
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:

Org mode
Emacs

Best wishes, Enda ---292383200-961410107-1339002147=:7536 Content-Type: text/html; charset=us-ascii

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
---292383200-961410107-1339002147=:7536--