From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Re: Inline HTML? Date: Wed, 21 Sep 2016 07:08:35 -0700 Message-ID: <1a572f0b-b727-a2fa-9c6d-80e0c3a77d0c@dagertech.net> References: <3f70e57d-f491-545d-fa97-177ec660ebad@dagertech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmiCY-0005qh-Be for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 10:08:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmiCV-0008FO-48 for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 10:08:42 -0400 Received: from dagertech.net ([64.183.98.170]:47180 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmiCU-0008F2-Tc for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 10:08:39 -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 E6EA7A0209 for ; Wed, 21 Sep 2016 07:08:36 -0700 (PDT) In-Reply-To: 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 On 09/21/2016 12:15 AM, Christian Moe wrote: > David A. Gershman writes: > > >> My org file has: >> >> This is line one. >> This is line two. >> >> but the HTML export makes them different paragraphs... > Does it? If they're not separated by a blank line, the exporter should run them > together into one paragraph. Mine does. Yes, you're correct. My apologies, I misspoke. > >> However, a separate portion of my file has a long line and I >> do /not/ want a new paragraph, just to force a
: > Quoting HTML is one solution (as you've already discovered), but more > simply, you could do: > > > This long line starts here \\ > and continues here. > > > Yours, > Christian > Nice! Thank you! That's much cleaner! --dag