From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Do not inherit unnumbered property: help needed Date: Sat, 18 Nov 2017 18:18:10 +0100 Message-ID: <87vai7pktp.fsf@nicolasgoaziou.fr> References: <87375dazkk.fsf@gmail.com> <87zi7l9ee7.fsf@gmail.com> <87375cv9os.fsf@nicolasgoaziou.fr> <99B32BBF-1EC9-4A57-B69F-8C74955A8E69@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eG6kz-00085F-2x for emacs-orgmode@gnu.org; Sat, 18 Nov 2017 12:18:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eG6kv-0006gE-VG for emacs-orgmode@gnu.org; Sat, 18 Nov 2017 12:18:17 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60709) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eG6kv-0006fQ-P1 for emacs-orgmode@gnu.org; Sat, 18 Nov 2017 12:18:13 -0500 In-Reply-To: <99B32BBF-1EC9-4A57-B69F-8C74955A8E69@gmail.com> (Akater's message of "Sat, 18 Nov 2017 17:01:45 +0000") 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" To: Akater Cc: emacs-org list Hello, Akater writes: > On November 17, 2017 10:09:55 PM GMT+00:00, Nicolas Goaziou wrote: >> >>OOC, what is the output you expect from your initial example? >> > > in LaTeX: > > * section-one > blah > * unnumbered-header > :PROPERTIES: > :UNNUMBERED: > :SKIP-OUTLINE-LEVEL: > :END: > ** section-two > blah > ** section-three > blah > * section-four > blah > > should export as > > \section{section-one} > blah > \section*{unnumbered-header} > \section{section-two} > blah > \section{section-three} > blah > \section{section-four} > blah > > I agree, this is structurally incorrect but will look ok, or can be > made look ok. I see. I don't think UNNUMBERED should be able to modify the structure of the document. I suggest to write a parse tree filter that does that change to the tree. Regards, -- Nicolas Goaziou 0x80A93738