From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: HTML export: feature request Date: Tue, 10 Feb 2009 17:14:27 -0500 Message-ID: <4991FC43.40108@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LX0sC-0005sO-PW for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:14:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LX0sB-0005oQ-6J for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:14:32 -0500 Received: from [199.232.76.173] (port=60897 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX0sA-0005o7-Sd for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:14:30 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:33262) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LX0sA-0001XA-Jy for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:14:30 -0500 Received: by ewy13 with SMTP id 13so164970ewy.18 for ; Tue, 10 Feb 2009 14:14:29 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, One problem I have with current HTML export is the section number (like "1", "2.1", "2.1.2" and etc) is not very distinctive from the actual section heading. Also, sometimes I wish the sub-section headings are indented. So I wonder whether we can add the following features: 1. Assign a CSS class to the section number, so the section number font and color can be customized through CSS 2. Add a variable to control whether sub-sections should be indented in the export, and by how much. Thank you for giving some thoughts on the above. Wanrong