From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Format heading numbering html export Date: Sun, 9 Jan 2011 10:15:31 +0530 Message-ID: <20110109044531.GA26665@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43695 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pbn5y-0007Ok-LM for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 23:41:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pbn5x-0000aW-Oc for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 23:41:34 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:39848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pbn5x-0000aC-Lf for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 23:41:33 -0500 Received: by iwn40 with SMTP id 40so20427149iwn.0 for ; Sat, 08 Jan 2011 20:41:32 -0800 (PST) Content-Disposition: inline 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 When I export an org file to html, the headings are numbered (1, 1.1, 1.1.1,etc.) by default. I would like to change the numbering style and use different types of bullets to denote different levels of headings. How could that be done? Thanks. VR