From: Bernt Hansen <bernt@norang.ca>
To: Robert Klein <RoKlein@roklein.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-export-section-number-format, doc typo and question
Date: Sun, 11 Jul 2010 09:07:52 -0400 [thread overview]
Message-ID: <8739vq2ml3.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <op.vfohopp32luvc2@l670g.lobel> (Robert Klein's message of "Sun\, 11 Jul 2010 14\:15\:53 +0200")
"Robert Klein" <RoKlein@roklein.de> 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
next prev parent reply other threads:[~2010-07-11 13:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-11 12:15 org-export-section-number-format, doc typo and question Robert Klein
2010-07-11 13:07 ` Bernt Hansen [this message]
2010-07-11 13:14 ` Bernt Hansen
2010-07-12 9:30 ` Robert Klein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8739vq2ml3.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--cc=RoKlein@roklein.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).