emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Hoffmann, Jobst" <j.hoffmann@fh-aachen.de>
To: "emacs-orgmode@presentiel.fr" <emacs-orgmode@presentiel.fr>,
	"paaguti@gmail.com" <paaguti@gmail.com>,
	"lists@traduction-libre.org" <lists@traduction-libre.org>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Problems generating the org-mode documentation
Date: Fri, 22 Oct 2021 10:46:22 +0000	[thread overview]
Message-ID: <5e2bea3ca48ef5be8eaca25b8b9c67951d0ec35a.camel@fh-aachen.de> (raw)
In-Reply-To: <0471d39f-9b41-9e0e-1165-efd12621a76b@presentiel.fr>

Am Freitag, dem 22.10.2021 um 08:16 +0200 schrieb Vincent Breton:
> > On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez
> > <paaguti@gmail.com> 
> > wrote:
> > I'm trying to generate the documentation
> > ./org.texi:17579: TeX capacity exceeded, sorry [input stack
> > size=5000].
> Jean-Christophe Helary reported too the location of the source of
> trouble identified by Takesi Ayanokoji.
> 
> I think the trouble with "TeX capacity exceeded" is not a trouble with
> "make doc", Emacs or Org.
> Probably a trouble with make or TeX environment as for example the
> size of available RAM. 
> I have already met that on Virtual machine with not enough memory for
> compilation but just enough for installation of the OS.

I don't think so: I've increased the settings without a success.

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.
 
> 
> On my system "make doc" generate an error but I found a temporary
> solution to generate the documentation in PDF.
> 
> 1) I start to make a git clone: 
> git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
> 2) I used make
> cd org-mode
> make cleanall
> make all
> 3) I generate the pdf files inside the doc directory without using
> make file:
> cd doc
> makeinfo --pdf org.texi
> makeinfo --pdf orgguide.texi
> 4) You can find the files generated in
> http://www.presentiel.com/org/orgguide.pdf and  in
> http://www.presentiel.com/org/org.pdf
> 
> 
> About "make doc":
> "make doc" don't work on my environment:
> "make info" and "make html" are working fine but "make pdf", a part of
> "make doc", is not working on my environment.
> 
> I reproduce below the error and I suppose there is something wrong
> with the initial path:
> 
> entering extended mode
> (../../../org.t2d/pdf/src/org.texi)
> *
> ! Emergency stop.
> <*> \input ../../../org.t2d/pdf/src/org.texi
>                                             
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on org.log.
>  

Kind regards
Jobst
-- 
Prof. i.R. Dr. Jobst Hoffmann
Fachhochschule Aachen Abt. Jülich
Fachbereich 09                      email: j.hoffmann@fh-aachen.de



  parent reply	other threads:[~2021-10-22 10:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22  6:16 Problems generating the org-mode documentation Vincent Breton
2021-10-22  6:34 ` Pedro Andres Aranda Gutierrez
2021-10-26 15:09   ` Jean-Christophe Helary
2021-10-22  9:47 ` Alan Ristow
2021-10-22 10:46 ` Hoffmann, Jobst [this message]
2021-10-23  4:06   ` Kyle Meyer
2021-10-23  9:55     ` Pedro Andres Aranda Gutierrez
2021-10-23 14:50     ` Max Nikulin
2021-10-22 15:54 ` Max Nikulin
     [not found] <CAO48Bk82nSQeWaxQ=A97BNdc80bbWvpwQwyh=1e-Ag-oS=QbjQ@mail.gmail.com>
2021-10-18 13:12 ` Jean-Christophe Helary

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=5e2bea3ca48ef5be8eaca25b8b9c67951d0ec35a.camel@fh-aachen.de \
    --to=j.hoffmann@fh-aachen.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=emacs-orgmode@presentiel.fr \
    --cc=lists@traduction-libre.org \
    --cc=paaguti@gmail.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).