emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jisang Yoo <jisang.yoo.ac+org@gmail.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: Bastien <bzg@gnu.org>, emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: org-export-section-number-format does not work
Date: Sat, 24 Aug 2013 15:55:10 +0900	[thread overview]
Message-ID: <CADtzDwbsBy+-Qi+cdNg0KvZvU=nQaytrMb_2Z7EkMXpwaLa-=w@mail.gmail.com> (raw)
In-Reply-To: <87hag4eqn2.fsf@gmail.com>

On Tue, Jul 9, 2013 at 5:35 AM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
>
> Hello,
>
> Jisang Yoo <jisang.yoo.ac+org@gmail.com> writes:
>
> > (setq org-html-format-headline-function 'my-org-html-format-headline)
> > (defun my-org-html-format-headline (todo todo-type priority text tags)
> >   "Returns foo."
> >   "foo")
> >
> > results in wrong-number-of-arguments error when I export to html.
> >
> > (setq org-html-format-headline-function 'org-html-format-headline)
> >
> > also results in the same kind of error.
>
> Indeed. This should be fixed. Thank you.
>
> BTW, this function will only give you control over headline text, not
> its numbering.
>
> Using a filter (see org-export-filter-headline-functions) should allow
> you to set numbering to roman (e.g., with `org-export-number-to-roman'
> function).
>
>
> Regards,
>
> --
> Nicolas Goaziou


For those wondering the same, I figured out how to use
org-export-filter-headline-functions to do what I want

http://yoo2080.wordpress.com/2013/08/24/changing-the-number-format-for-section-headings-in-org-mode-html-export/

  reply	other threads:[~2013-08-24  6:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-07 19:40 org-export-section-number-format does not work Jisang Yoo
2013-07-08  8:05 ` Bastien
2013-07-08  8:19   ` Jisang Yoo
2013-07-08  8:21     ` Bastien
2013-07-08 19:57       ` Jisang Yoo
2013-07-08 20:31         ` Bastien
2013-07-08 20:35         ` Nicolas Goaziou
2013-08-24  6:55           ` Jisang Yoo [this message]
2013-07-09  4:22         ` Nick Dokos
2013-07-09 11:15           ` Bastien

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='CADtzDwbsBy+-Qi+cdNg0KvZvU=nQaytrMb_2Z7EkMXpwaLa-=w@mail.gmail.com' \
    --to=jisang.yoo.ac+org@gmail.com \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /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).