emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] The way tags are exported in HTML (without colons!) -- no


From: Bastien
Subject: Re: [Orgmode] The way tags are exported in HTML (without colons!) -- no workaround for searches!
Date: Thu, 03 Feb 2011 18:27:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Sébastien,

Sébastien Vauban <address@hidden> writes:

> - As well, clearly make a separation between the different tags, instead of
>   concatenating them as one big chunck, so that we could put a background
>   color that'd be cut between the consecutive tags:
>
>       +----+  +----+  +----+
>       |tag1|  |tag2|  |tag3|
>       +----+  +----+  +----+

Each tag in the HTML output comes with its own CSS class.

For example:

,----
| * Heading1                                           :tag1:tag2:
`----

is exported as

,----
| <div id="outline-container-1" class="outline-2">
| <h2 id="sec-1">Heading1
|   <span class="tag">
|     <span class="tag1">tag1</span>&nbsp;
|     <span class="tag2">tag2</span></span>
| </h2>
`----

You can tweak your .css to visually separate the tags.

HTH,

-- 
 Bastien



reply via email to

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