From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Heading numbering Date: Thu, 15 Apr 2010 20:15:01 -0400 Message-ID: <87zl14fe2i.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2ZDE-0003Ai-E5 for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:15:12 -0400 Received: from [140.186.70.92] (port=52854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ZDC-00039R-Mf for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:15:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2ZD9-0008Fr-LF for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:15:10 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:55088) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ZD9-0008FP-IT for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:15:07 -0400 In-Reply-To: (Thierry Guillemin's message of "Thu\, 15 Apr 2010 19\:49\:23 +0200") 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: Thierry Guillemin Cc: emacs-orgmode@gnu.org Thierry Guillemin writes: > Bonjour, > > Is it possible to number the headings ? > > Instead of the standard hierarchy : > * > ** > *** > etc... > > I would like to be have (just as in HTML Export) : > 1. > 1.1. > 1.1.1. > etc... > (of course, automatically re-calculated, if items are moved Up/Down, or are promoted/demoted...) No this is not possible for headings. You can do something similar with numbered lists. You can number headings when you export your org-mode document to HTML or other formats but I don't think you will get exactly the numbering scheme you have shown here. -Bernt