From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert Klein" Subject: org-export-section-number-format, doc typo and question Date: Sun, 11 Jul 2010 14:15:53 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=35121 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXvRw-00047l-Ah for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 08:16:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXvRu-00068R-Kw for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 08:16:00 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:62519) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXvRu-000684-9C for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 08:15:58 -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: emacs-orgmode@gnu.org Hi, 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. Thank you very much Robert