From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Feature request: HTML export classes for "real" lists Date: Mon, 15 Oct 2012 20:48:08 -0700 Message-ID: <20604.55544.411223.93377@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNy8e-0002Td-9t for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 23:48:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNy8d-0008J2-1j for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 23:48:16 -0400 Received: from smtp61.avvanta.com ([206.124.128.61]:56008 helo=mail.avvanta.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNy8c-0008It-Rm for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 23:48:14 -0400 Received: from mail.avvanta.com (localhost.drteeth.p.blarg.net [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id 587F2F393A for ; Mon, 15 Oct 2012 20:48:12 -0700 (PDT) Received: from priss (c-24-16-15-52.hsd1.wa.comcast.net [24.16.15.52]) by mail.avvanta.com (Postfix) with ESMTP id 421A4F3935 for ; Mon, 15 Oct 2012 20:48:12 -0700 (PDT) Received: from sand by priss with local (Exim 4.80) (envelope-from ) id 1TNy8W-0004V0-Sn for emacs-orgmode@gnu.org; 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: emacs-orgmode@gnu.org In org-html-export-list-line, Org list elements use the expected "dt", "dd" and "li" tags: (insert (cond ((equal type "d") (format "
%s
" desc-tag)) ((and (equal type "o") counter) (format "
  • " counter)) (t "
  • "))) 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. This should provide enough hooks for people to work with. Thanks, Derek -- Derek Upham sand@blarg.net