all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Preventing line breaks in (HTML) published description lists
@ 2009-07-05  9:43 Paul Michael Reilly
  2009-07-05 13:33 ` Bernt Hansen
  2009-07-06 10:46 ` Sebastian Rose
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Michael Reilly @ 2009-07-05  9:43 UTC (permalink / raw)
  To: emacs-orgmode

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,

-pmr

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-06 12:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05  9:43 Preventing line breaks in (HTML) published description lists Paul Michael Reilly
2009-07-05 13:33 ` Bernt Hansen
2009-07-05 18:18   ` Paul Michael Reilly
2009-07-06 10:46 ` Sebastian Rose
2009-07-06 12:38   ` Paul Michael Reilly

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.