[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] ox-texinfo: use an Org section as Info Top node
From: |
Nicolas Goaziou |
Subject: |
Re: [O] ox-texinfo: use an Org section as Info Top node |
Date: |
Sun, 17 Jun 2018 10:36:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Jonas Bernoulli <address@hidden> writes:
> Currently ox-texinfo uses the text before the first Org section as the
> "Top" Info node. That is fine for manuals like org-manual.org where
> that part of the document only consists of a few lines. In my manuals
> there are up to 40 lines before the first heading, which makes it
> desirable to make that part of the document collapsible.
You can use a drawer for that:
:PREAMBLE:
...
:END:
> It is already possible to set the section whose content is to be used
> on the copyright page (and which can be inserted elsewhere using
> "#+texinfo: @insertcopying") using the COPYING property.
>
> Could you please implement something similar for the "Top" node, using
> a property such as TOP?
This sounds awkward, e.g., what would become the text before the first
heading? AFAIU, there no really need for it, isn't it?
Regards,
--
Nicolas Goaziou