From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert Klein" Subject: Re: Re: org-export-section-number-format, doc typo and question Date: Mon, 12 Jul 2010 11:30:16 +0200 Message-ID: References: <8739vq2ml3.fsf@gollum.intra.norang.ca> <87y6di17ot.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Return-path: Received: from [140.186.70.92] (port=60994 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYFLD-0004an-Ug for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 05:30:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYFLC-00056y-IY for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 05:30:23 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:55088) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYFLC-00056u-6f for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 05:30:22 -0400 In-Reply-To: <87y6di17ot.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Sun, 11 Jul 2010 15:14:58 +0200, Bernt Hansen wrote= : > 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" ".")) . ".") > Hi Bernt, thank you very much! I=C2=B4ll got with the #+BIND: at the moment. I suspect the setq will cause all my files to be in roman... btw, a great many thanks, too, for the documentation at norang.ca. It was a great help and I suspect it will continue to be of help for quite a while to come. Best wishes Robert