emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Preventing line breaks in (HTML) published description lis


From: Bernt Hansen
Subject: [Orgmode] Re: Preventing line breaks in (HTML) published description lists
Date: Sun, 05 Jul 2009 09:33:45 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Paul Michael Reilly <address@hidden> 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: <style type="text/css">dt {clear: left; float: left; width: 4em; } 
</style>

-Bernt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]