[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] ox-texinfo: add support for NONODE element property
From: |
Nicolas Goaziou |
Subject: |
Re: [O] ox-texinfo: add support for NONODE element property |
Date: |
Sun, 10 Apr 2016 09:18:56 +0200 |
Hello,
Jonas Bernoulli <address@hidden> 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