emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-export-section-number-format, doc typo and question


From: Bernt Hansen
Subject: [Orgmode] Re: org-export-section-number-format, doc typo and question
Date: Sun, 11 Jul 2010 09:14:58 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Bernt Hansen <address@hidden> writes:

> "Robert Klein" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]