From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Preventing line breaks in (HTML) published description lists Date: Sun, 05 Jul 2009 09:33:45 -0400 Message-ID: <87iqi7i79i.fsf@gimli.intra.norang.ca> References: <4A5075C7.6020509@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNRqD-0001yC-7I for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 09:33:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNRq7-0001uy-4N for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 09:33:11 -0400 Received: from [199.232.76.173] (port=40643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNRq6-0001uv-Ux for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 09:33:06 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:51176) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNRq6-0001Kb-LU for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 09:33:06 -0400 In-Reply-To: <4A5075C7.6020509@gmail.com> (Paul Michael Reilly's message of "Sun\, 05 Jul 2009 05\:43\:35 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Michael Reilly Cc: emacs-orgmode@gnu.org Paul Michael Reilly writes: > I added a plain list to my file: > > ... > - term1 :: this means something > - term2 :: this means something else > - term3 :: and something different still > ... > > fully expecting the term and the description rendered in HTML to be on > the same line as is shown in the Latex published Org Mode manual. But > the items were rendered as: > > ... > term1 > this means something > term2 > this means something else > term3 > and something different still > ... > > I suspect this might be an HTML artifact, nevertheless, how would I > convince org-mode to arrange for the HTML rendering to attempt to keep > the terms and descriptions on the same line? An example or reference > would be much appreciated. > > Thanks, Adding this seems to work: #+STYLE: -Bernt