From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org-export-section-number-format, doc typo and question Date: Sun, 11 Jul 2010 09:14:58 -0400 Message-ID: <87y6di17ot.fsf@gollum.intra.norang.ca> References: <8739vq2ml3.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40759 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXwNA-0003O1-0g for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 09:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXwN4-0004wS-Om for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 09:15:07 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:49491) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXwN4-0004wM-MB for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 09:15:02 -0400 In-Reply-To: <8739vq2ml3.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Sun\, 11 Jul 2010 09\:07\:52 -0400") 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: Robert Klein Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > "Robert Klein" writes: > >> To my question, I can't seem to get this option to work I've got the >> following line in the file header: >> >> >> #+OPTIONS: section-number-format:(quote ((("I" ".")) . ".")) >> >> >> Despite this I get sections numbered 1, 2, 3 etc. >> >> I'd be very grateful for a working example. > > Hi Robert, > > I think you need to set the variable instead > > (setq org-export-section-number-format '((("I" ".")) . ".")) > > or via the customize interface. This also seems to work #+BIND: org-export-section-number-format ((("I" ".")) . ".") -Bernt