unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Problems generating the org-mode documentation
@ 2021-10-18 11:51 Pedro Andres Aranda Gutierrez
  2021-10-18 13:12 ` Jean-Christophe Helary
  2021-10-18 13:25 ` Marco Wahl
  0 siblings, 2 replies; 4+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2021-10-18 11:51 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

Hi,

I'm trying to generate the documentation on a freshly pulled emacs-28
branch with

make doc

and get the following error when creating  the org-mode documentation:

[195] [196] Chapter 14 [197] [198] [199] [200] [201] [202] [203] [204] [205]
[206] [207] Chapter 15 [208]
./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000].

Best,
/Pedro A. Aranda
-- 
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

[-- Attachment #2: Type: text/html, Size: 973 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems generating the org-mode documentation
  2021-10-18 11:51 Pedro Andres Aranda Gutierrez
@ 2021-10-18 13:12 ` Jean-Christophe Helary
  2021-10-18 13:25 ` Marco Wahl
  1 sibling, 0 replies; 4+ messages in thread
From: Jean-Christophe Helary @ 2021-10-18 13:12 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez
  Cc: orgmode, Takesi Ayanokoji, devel, emacs-devel



> On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez <paaguti@gmail.com> wrote:
> 
> Hi,
> 
> I'm trying to generate the documentation on a freshly pulled emacs-28 branch with
> 
> make doc
> 
> and get the following error when creating  the org-mode documentation:
> 
> [195] [196] Chapter 14 [197] [198] [199] [200] [201] [202] [203] [204] [205]
> [206] [207] Chapter 15 [208]
> ./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000].

Takesi Ayanokoji found that there was an extra line break that broke the conversion. Maybe there is an easy fix, but I have not tested that yet.

> org.orgについてですが、これはもしかしてEmacsのバージョン28からでしょうか(masterブランチでは見つかりましたが、emacs-27ブランチには存在しないみたいです)。
> 
> http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/misc/org.texi?h=emacs-27.2#n7375
> 
> ↑emacs-27の問題箇所を見直してみると@itemの中の@footnoteの中の改行を処理できてないようです。
> 
> 一方、masterのorg.orgでは@itemが
> 
> http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/misc/org.org#n6650
> 
> ここで参照されている[fn:78]の同じ箇所に改行があるので、この改行を削除すればpo4aで処理できる形式になるかもしれません。
> 
> http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/misc/org.org#n21590



-- 
Jean-Christophe Helary @brandelune
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems generating the org-mode documentation
  2021-10-18 11:51 Pedro Andres Aranda Gutierrez
  2021-10-18 13:12 ` Jean-Christophe Helary
@ 2021-10-18 13:25 ` Marco Wahl
  1 sibling, 0 replies; 4+ messages in thread
From: Marco Wahl @ 2021-10-18 13:25 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez; +Cc: emacs-devel

Hi Pedro,

> I'm trying to generate the documentation on a freshly pulled emacs-28
> branch with
>
> make doc
>
> and get the following error when creating  the org-mode documentation:
>
> [195] [196] Chapter 14 [197] [198] [199] [200] [201] [202] [203] [204] [205]
> [206] [207] Chapter 15 [208]
> ./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000].

Thanks for the report.

Possibly this has already been fixed in the Org source.  Not sure when
that fix will land in Emacs.

Possibly you want to check using a separate Org repo

    git clone https://git.savannah.gnu.org/git/emacs/org-mode.git

and possibly switch to branch bugfix

    git checkout bugfix


Thanks again and HTH,
-- 
Marco



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems generating the org-mode documentation
       [not found] <87fssss7us.fsf@kyleam.com>
@ 2021-10-23  9:55 ` Pedro Andres Aranda Gutierrez
  0 siblings, 0 replies; 4+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2021-10-23  9:55 UTC (permalink / raw)
  To: Kyle Meyer
  Cc: Hoffmann, Jobst, lists, emacs-devel, emacs-orgmode, emacs-orgmode

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).



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-23  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87fssss7us.fsf@kyleam.com>
2021-10-23  9:55 ` Problems generating the org-mode documentation Pedro Andres Aranda Gutierrez
2021-10-18 11:51 Pedro Andres Aranda Gutierrez
2021-10-18 13:12 ` Jean-Christophe Helary
2021-10-18 13:25 ` Marco Wahl

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).