From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Inline HTML? Date: Tue, 20 Sep 2016 17:28:52 -0700 Message-ID: <3f70e57d-f491-545d-fa97-177ec660ebad@dagertech.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------890F0351695633293C1A79A1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmVPJ-0003yH-3l for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 20:29:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmVPF-0005ZO-45 for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 20:29:01 -0400 Received: from dagertech.net ([64.183.98.170]:47104 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmVPE-0005YG-Tk for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 20:28:57 -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 203DFA023C for ; Tue, 20 Sep 2016 17:28:55 -0700 (PDT) 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. --------------890F0351695633293C1A79A1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 --------------890F0351695633293C1A79A1 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 trying = 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 li= ne 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 separ= ate 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
--------------890F0351695633293C1A79A1--