From: Jonas Bernoulli <jonas@bernoul.li>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>,
Ramesh Nedunchezian <rameshnedunchezian@outlook.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Texinfo exporter fails to export M-x helm-documentation
Date: Mon, 31 May 2021 21:41:48 +0200 [thread overview]
Message-ID: <87r1hmr8qr.fsf@bernoul.li> (raw)
In-Reply-To: <87h7kftcve.fsf@nicolasgoaziou.fr>
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
next prev parent reply other threads:[~2021-05-31 19:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 15:04 Texinfo exporter fails to export M-x helm-documentation Ramesh Nedunchezian
2021-04-09 20:35 ` Nicolas Goaziou
2021-05-31 19:41 ` Jonas Bernoulli [this message]
2021-06-02 15:23 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r1hmr8qr.fsf@bernoul.li \
--to=jonas@bernoul.li \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
--cc=rameshnedunchezian@outlook.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).