From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-export-section-number-format does not work Date: Tue, 09 Jul 2013 13:15:52 +0200 Message-ID: <87txk4t253.fsf@bzg.ath.cx> References: <87pputfpdo.fsf@bzg.ath.cx> <87d2qtfomo.fsf@bzg.ath.cx> <87y59g2wi6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwY3d-0006SW-Uf for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 09:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwY3c-00023Q-GL for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 09:34:17 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:61963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwY3c-000236-Ay for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 09:34:16 -0400 Received: by mail-wg0-f47.google.com with SMTP id l18so4828601wgh.14 for ; Tue, 09 Jul 2013 06:34:15 -0700 (PDT) In-Reply-To: <87y59g2wi6.fsf@gmail.com> (Nick Dokos's message of "Tue, 09 Jul 2013 00:22:09 -0400") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Hi, Nick Dokos writes: > But getting there was not trivial: the CL-isms certainly do not help, > primarily because I had to understand them to figure out what was going > on, but also because they obscured the problem: when I tried to edebug > org-html-format-headline--wrap I get I suggest to get rid of defun* and function* in ox-html.el, this is unnecessary and complex to read/debug, as you say. -- Bastien