From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [ANN] ASCII back-end for new export engine Date: Fri, 27 Jan 2012 22:34:24 +0530 Message-ID: <81obtpnkkn.fsf@gmail.com> References: <87pqec4xua.fsf@gmail.com> <87obtvk6j0.fsf@gmail.com> <87obtrel2z.fsf@gmail.com> <8739b2sctn.fsf@gmail.com> <817h0d4lc6.fsf@gmail.com> <87y5stqm9g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpE9-00048v-Cp for emacs-orgmode@gnu.org; Fri, 27 Jan 2012 12:04:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqpE0-0002fL-GK for emacs-orgmode@gnu.org; Fri, 27 Jan 2012 12:04:41 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:58671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpE0-0002f1-3k for emacs-orgmode@gnu.org; Fri, 27 Jan 2012 12:04:32 -0500 Received: by dake40 with SMTP id e40so1721198dak.0 for ; Fri, 27 Jan 2012 09:04:31 -0800 (PST) In-Reply-To: <87y5stqm9g.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 27 Jan 2012 14:59:39 +0100") 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: Nicolas Goaziou Cc: Org Mode List Nicolas Goaziou writes: >>>> A way to set individual headings as numbered or unnumbered would be >>>> deluxe. Perhaps this is possible, but I haven't found it? >>> >>> It would require to modify Org's syntax (how to tell which headline has >>> to be numbered and which has not?). It is not possible at the moment. >> >> Let us not support this. > > I tend to agree here. I wonder whether there is a one-to-one correspondence between how the headline appears in regular text and how it appears in TOC. If it appears numbered in regular text should it appear numbered in TOC? TOC in ODT exporter is specified by associating an outline level attribute with the headings. The headlines are then collected up to certain level (with each level being associated with a given "format"). The above model for TOC generation, as LibreOffice sees it, is incompatible with associating headlines as numbered or unnumbered in arbitrary manner. I think headline numbering has to be evaluated in conjunction with TOC (which is but a index entry). --