emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-export-section-number-format does not work


From: Nicolas Goaziou
Subject: Re: [O] org-export-section-number-format does not work
Date: Mon, 08 Jul 2013 22:35:45 +0200

Hello,

Jisang Yoo <address@hidden> 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



reply via email to

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