From mboxrd@z Thu Jan 1 00:00:00 1970 From: T.F. Torrey Subject: Re: shorter way of #+HTML:
Date: Thu, 07 Jun 2012 13:40:35 -0700 (MST) Message-ID: <20120607.134035.51507978.tftorrey@tftorrey.com> References: <1339002147.7536.YahooMailNeo@web121405.mail.ne1.yahoo.com> <87txyoxpck.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScjVv-0008M2-9W for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 16:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScjVt-0002ZI-Er for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 16:41:02 -0400 In-Reply-To: <87txyoxpck.fsf@gnu.org> 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: bzg@gnu.org Cc: emacs-orgmode@gnu.org, enda_k2@yahoo.com 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

Some text
new line.

#+END_HTML Terry -- T.F. Torrey > Hi Enda, > > Enda writes: > >> 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? > > Nope, sorry. But you can easily insert it repeartedly by using > Emacs internals (registers etc.) > > Best, > > -- > Bastien > >