Hello, Jonas Bernoulli <jo...@bernoul.li> 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