emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Problems generating the org-mode documentation


From: Max Nikulin
Subject: Re: Problems generating the org-mode documentation
Date: Sat, 23 Oct 2021 21:50:28 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 23/10/2021 11:06, Kyle Meyer wrote:
Hoffmann, Jobst writes:

But I think I found the culprit:

Line 17568 of org.texi reads:

@kindex C-c C-x @

and @ starts a command, which leads to the stack overflow.

Line 17568 of org.texi should read

@kindex C-c C-x @@
witha doubled @ at the end of the line and after applying this change
org.texi the documentation org.pdf can be generated without any error.

Marco Wahl fixed this entry a few days ago on the bugfix branch:
37791bb4f (org-manual: Fix one kindex entry, 2021-10-18).

Shouldn't it be handled by ox-texinfo.el instead? However it is a rare case, so it is not really important. Are there cases when raw texinfo commands are requires in "#+kindex:" strings? Formally some other exporter might support kindex...





reply via email to

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