From mboxrd@z Thu Jan  1 00:00:00 1970
From: "Axel E. Retif" <axel.retif@mac.com>
Subject: Change section (headings) numbering style
Date: Tue, 14 Jan 2014 02:36:30 -0600
Message-ID: <52D4F70E.1000803@mac.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:52864)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <axel.retif@mac.com>) id 1W2zUJ-0003t5-9j
	for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 03:36:50 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <axel.retif@mac.com>) id 1W2zU9-0000Pl-9K
	for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 03:36:43 -0500
Received: from nk11p00mm-asmtp001.mac.com ([17.158.161.0]:45691)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <axel.retif@mac.com>) id 1W2zU9-0000PP-3U
	for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 03:36:33 -0500
Received: from [192.168.100.4]
	(fixed-203-252-240.iusacell.net [189.203.252.240])
	by nk11p00mm-asmtp001.mac.com
	(Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit
	(built Aug
	22 2013)) with ESMTPSA id <0MZD00GYAUKTEY20@nk11p00mm-asmtp001.mac.com>
	for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 08:36:31 +0000 (GMT)
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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 <emacs-orgmode@gnu.org>

Greetings!

I need to change the numbering style of the first level sections (*) in 
the exported html file.

Right now they are exported as

1 First section              ;; for * First section

1.1 First subsection         ;; for ** First subsection

etc.

For the first part of the document that's all right, but for the next 
part I need

A First new section          ;; for * First new section

A.1 First new subsection     ;; for ** First new subsection

and so on.

I've tried with different combinations of #+ATTR_HTML and #+OPTIONS with 
section-number-2 with no success.

TIA


Best,

Axel