emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Texinfo exporter fails to export M-x helm-documentation


From: Jonas Bernoulli
Subject: Re: Texinfo exporter fails to export M-x helm-documentation
Date: Mon, 31 May 2021 21:41:48 +0200

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> The problem is that you are explicitly requesting a level of headlines
> without providing a sectioning command for them. By default
> `org-texinfo-classes' stops at level 4.
>
> Anyway, this should be fixed. Thank you.

You did that in f99f26306c57d2342069880eac4dca324d7579ec
but I think you added a off-by-one error in the process.
In

    (>= (org-export-get-relative-level h info)
        (length sections))

the ">=" should be a ">", or it can match with 4 >= 4, which
should result in valid menus, but is currently disallowed by
this check.

     Jonas
     



reply via email to

[Prev in Thread] Current Thread [Next in Thread]