From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: format of section numbering in export Date: Tue, 10 Jun 2008 10:57:52 +0100 Message-ID: <20080610095752.GD5498@atlantic.linksys.moosehall> References: <20080530232942.GE16661@atlantic.linksys.moosehall> <9592BB6CDB1CEB48826BE86ACD71FA996ABF7D@kwik.ic.uva.nl> Reply-To: Adam Spiers 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 1K60c0-00040l-HF for emacs-orgmode@gnu.org; Tue, 10 Jun 2008 05:57:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K60bz-00040I-B8 for emacs-orgmode@gnu.org; Tue, 10 Jun 2008 05:57:55 -0400 Received: from [199.232.76.173] (port=53966 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K60by-000403-P7 for emacs-orgmode@gnu.org; Tue, 10 Jun 2008 05:57:55 -0400 Received: from mail.beimborn.com ([70.84.38.100]:47229) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K60by-0000Ev-MM for emacs-orgmode@gnu.org; Tue, 10 Jun 2008 05:57:54 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m5A9vrHJ009386 for ; Tue, 10 Jun 2008 04:57:53 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m5A9vqOC009381 for emacs-orgmode@gnu.org; Tue, 10 Jun 2008 10:57:52 +0100 Content-Disposition: inline In-Reply-To: <9592BB6CDB1CEB48826BE86ACD71FA996ABF7D@kwik.ic.uva.nl> 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: org-mode mailing list On Tue, Jun 10, 2008 at 10:05:24AM +0200, Dominik, C. wrote: > Hi Adam, > > You can now configure the format of the section numbers with > the variable `org-export-section-number-format'. > > The format is too complex to be set in the compact OPTIONS line, > you can do it on a per-buffer way using a file variable. From > org-publish, you can use the :section-number-format property. Awesome, thanks :-)