From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Export: Override headline numbering via properties Date: Mon, 13 May 2013 08:18:11 +0200 Message-ID: <87ppwvtnbw.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubm5N-00080O-KO for emacs-orgmode@gnu.org; Mon, 13 May 2013 02:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubm5L-0004yQ-Jw for emacs-orgmode@gnu.org; Mon, 13 May 2013 02:18:13 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:53535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubm5L-0004yD-EB for emacs-orgmode@gnu.org; Mon, 13 May 2013 02:18:11 -0400 Received: by mail-wg0-f48.google.com with SMTP id f11so5765867wgh.15 for ; Sun, 12 May 2013 23:18:10 -0700 (PDT) In-Reply-To: (Mark Edgington's message of "Sun, 12 May 2013 23:07:35 -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: Mark Edgington Cc: emacs-orgmode@gnu.org Hello, Mark Edgington writes: > * lisp/ox.el (org-export-numbered-headline-p): If the `:NUMBERED' property is > defined for a headline, turn numbering on when the property value is "y" > (otherwise turn numbering off). Do the same if the `:INHERITED_NUMBERED' > property is defined for a headline, except make this property inherited by > child nodes. If both properties are nil or not defined, resort to the > default numbering > behavior. Thanks for your patch. Though, I don't get what you are trying to achieve nor what a use case would be. Have you tested this patch ? It may not behave as you expect it to. Regards, -- Nicolas Goaziou