From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-export-section-number-format does not work Date: Mon, 08 Jul 2013 22:31:37 +0200 Message-ID: <878v1gdc9i.fsf@bzg.ath.cx> References: <87pputfpdo.fsf@bzg.ath.cx> <87d2qtfomo.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwI5y-0002FI-JU for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 16:31:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwI5x-0007X9-MF for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 16:31:38 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:40712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwI5x-0007X3-Fv for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 16:31:37 -0400 Received: by mail-wg0-f46.google.com with SMTP id c11so4027056wgh.13 for ; Mon, 08 Jul 2013 13:31:36 -0700 (PDT) In-Reply-To: (Jisang Yoo's message of "Tue, 9 Jul 2013 04:57:45 +0900") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jisang Yoo Cc: emacs-orgmode Hi Jisang, Jisang Yoo 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. I confirm this bug. The code is too convoluted here, I hope someone will have the patience to fix this. -- Bastien