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:07:52 -0400 Message-ID: <8739vq2ml3.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40174 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXwGR-0000mu-Sf for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 09:08:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXwGO-00044v-UC for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 09:08:11 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:60752) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXwGO-00043H-SW for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 09:08:08 -0400 In-Reply-To: (Robert Klein's message of "Sun\, 11 Jul 2010 14\:15\:53 +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: Robert Klein Cc: emacs-orgmode@gnu.org "Robert Klein" writes: > theres a type in org-exp.el: in the documentation to > org-export-section-number-format, there's twice the counter type "a"; > the second time it should be an "i", I think: > > From org-exp.el: > > 1. A list of lists, each indicating a counter type and a separator. > The counter type can be any of \"1\", \"A\", \"a\", \"I\", or \"a\". > It causes causes numeric, alphabetic, or roman counters, respectively. > > > 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. HTH, Bernt