From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Feature request: HTML export classes for "real" lists Date: Tue, 18 Dec 2012 18:39:22 +0100 Message-ID: <87y5gvcl9x.fsf@bzg.ath.cx> References: <20604.55544.411223.93377@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl18X-0005aD-Or for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 12:39:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl18W-00022Q-N5 for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 12:39:25 -0500 Received: from mail-we0-f177.google.com ([74.125.82.177]:60406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl18W-00021y-Gu for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 12:39:24 -0500 Received: by mail-we0-f177.google.com with SMTP id x48so444063wey.8 for ; Tue, 18 Dec 2012 09:39:23 -0800 (PST) In-Reply-To: <20604.55544.411223.93377@gargle.gargle.HOWL> (sand@blarg.net's message of "Mon, 15 Oct 2012 20:48:08 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: sand@blarg.net Cc: emacs-orgmode@gnu.org Hi Derek, writes: > But the exporter also uses HTML list elements in other contexts; the tags > are overloaded. This means you can't set up CSS definitions to tweak > just "real" lists. Can someone add class attributes to each of the > "dt", "dd" and "li" items in the above code block? For example > >
...
>
...
>
  • ...
  • > > or something similar. I've implemented this in master for both the current exporter (famously known as the "old" exporter) and the new exporter. I think we should be extra conservative and take care not to add useless classes/ids, but I see the point in this case. Thanks, -- Bastien