From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Re: Inline HTML? Date: Tue, 20 Sep 2016 17:37:53 -0700 Message-ID: <5af5c33e-1c05-76ef-5e61-b4221047d0dd@dagertech.net> References: <3f70e57d-f491-545d-fa97-177ec660ebad@dagertech.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------16A9F8AB616B71B14E579649" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmVXx-0000D5-5t for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 20:37:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmVXt-0001gq-GJ for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 20:37:56 -0400 Received: from dagertech.net ([64.183.98.170]:47106 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmVXt-0001gF-6z for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 20:37:53 -0400 Received: from [192.168.133.106] (unknown [192.168.176.200]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.dagertech.net (Postfix) with ESMTPSA id C59BCA023C for ; Tue, 20 Sep 2016 17:37:51 -0700 (PDT) In-Reply-To: <3f70e57d-f491-545d-fa97-177ec660ebad@dagertech.net> 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" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------16A9F8AB616B71B14E579649 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Finally! Found the answer in 12.6.5 of the manual: Here is line the long line */@@html:
@@ /*I had tried the '@@' but did not put the "html:". Hope this helps someone else. --dag On 09/20/2016 05:28 PM, David A. Gershman wrote: > I'm struggling trying to get an .org file exported and showing how I > typically structure my HTML results. At this point, I'm trying to > figure out how to get a "
" inserted to force continuation on the > next line. > > My org file has: > > This is line one. > This is line two. > > but the HTML export makes them different paragraphs...which is what I > utilize. However, a separate portion of my file has a long line and I > do /not/ want a new paragraph, just to force a
: > > This is a long line for which I want to simply, at some point, > start the rest on the next line. Not a separate paragraph. > > With Babel, we can do things like /src_perl{#code}/ for inline code > execution, but what about substitutions like HTML where code isn't > executed? > > TIA. > > --dag --------------16A9F8AB616B71B14E579649 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Finally!=C2=A0 Found the answer in 12.6.5 of the manual:

=C2=A0=C2=A0=C2=A0 Here is line the long line @@html:<br>= @@

I had tried the '@@' but did not put the "html:".=C2=A0 Hop= e this helps someone else.

--dag

On 09/20/2016 05:28 PM, David A. Gershman wrote:
I'm struggling trying to get an .org file exported and showing how I typically structure my HTML results.=C2=A0 At this point, I'm try= ing to figure out how to get a "<br>" inserted to force continuation on the next line.

My org file has:

=C2=A0=C2=A0=C2=A0 This is line one.
=C2=A0=C2=A0=C2=A0 This is line two.

but the HTML export makes them different paragraphs...which is what I utilize.=C2=A0 However, a separate portion of my file has a = long line and I do not want a new paragraph, just to force a <br>:

=C2=A0=C2=A0=C2=A0 This is a long line for which I want to simply, = at some point,
=C2=A0=C2=A0=C2=A0 start the rest on the next line.=C2=A0 Not a sep= arate paragraph.

With Babel, we can do things like src_perl{#code} for inline code execution, but what about substitutions like HTML where code isn't executed?

TIA.

--dag

--------------16A9F8AB616B71B14E579649--