[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems generating the org-mode documentation
From: |
Pedro Andres Aranda Gutierrez |
Subject: |
Re: Problems generating the org-mode documentation |
Date: |
Sat, 23 Oct 2021 11:55:14 +0200 |
Let’s hope then this makes its way to Emacs-28 sooner than later ;-)
/PA
Enviado desde mi iPhone
> El 23 oct 2021, a las 6:06, Kyle Meyer <kyle@kyleam.com> escribió:
>
> 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).