From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-texinfo: add support for NONODE element property Date: Sun, 10 Apr 2016 09:18:56 +0200 Message-ID: <878u0mnd7j.fsf@nicolasgoaziou.fr> References: <87egagfl6b.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ap9c2-0006Jl-L6 for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 03:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ap9by-00053w-Jo for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 03:16:49 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ap9by-00053s-E6 for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 03:16:46 -0400 In-Reply-To: <87egagfl6b.fsf@bernoul.li> (Jonas Bernoulli's message of "Fri, 08 Apr 2016 12:29:32 +0200") 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: Jonas Bernoulli Cc: emacs-orgmode@gnu.org Hello, Jonas Bernoulli writes: > In the Magit manual I usually use separate nodes for sections and > subsections, but in a few cases a section's children should be part > of the section's node. > > I accomplished that by adding an additional element property NONODE > and redefining `org-texinfo-headline' and `org-texinfo--menu-entries' > accordingly. Here is an equivalent patch: This sounds interesting. What happens if one tries to link to a "nonode" heading within Org? > + (numberedp (and (not nonode) > + (org-export-numbered-headline-p headline info))) This change is unrelated to the specification. There is already :UNNUMBERED: property for this. Regards, -- Nicolas Goaziou