From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: The way tags are exported in HTML (without colons!) -- no workaround for searches! Date: Thu, 03 Feb 2011 18:27:54 +0100 Message-ID: <87k4hhf2p1.fsf@gnu.org> References: <80lj4hitej.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=58772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl3lV-0007mo-Sd for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 13:18:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl2yH-0004uj-Rm for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:27:58 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:37476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl2yH-0004ss-Je for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:27:53 -0500 Received: by fxm12 with SMTP id 12so1461123fxm.0 for ; Thu, 03 Feb 2011 09:27:52 -0800 (PST) In-Reply-To: <80lj4hitej.fsf@missioncriticalit.com> (=?iso-8859-1?Q?=22S?= =?iso-8859-1?Q?=E9bastien?= Vauban"'s message of "Thu, 25 Nov 2010 11:34:12 +0100") 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: =?iso-8859-1?Q?S=E9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Sébastien, Sébastien Vauban 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 ,---- |
|

Heading1 | | tag1  | tag2 |

`---- You can tweak your .css to visually separate the tags. HTH, -- Bastien