emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Robert Klein
Subject: Re: [Orgmode] Re: org-export-section-number-format, doc typo and question
Date: Mon, 12 Jul 2010 11:30:16 +0200
User-agent: Opera Mail/10.54 (Win32)

On Sun, 11 Jul 2010 15:14:58 +0200, Bernt Hansen <address@hidden> wrote:

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" ".")) . ".")


Hi Bernt,

thank you very much!

I´ll 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




reply via email to

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