Hi Bastien,

Bastien wrote:
> Sébastien Vauban <wxhgmqzgw...@spammotel.com> 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.

Thanks for the above. Much appreciated.

>> - Really add a colon marker in the exported file (to HTML)

What about really adding the colon marker, so that one can easily find tags in
the exported file?

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to