emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Problems generating the org-mode documentation
@ 2021-10-22  6:16 Vincent Breton
  2021-10-22  6:34 ` Pedro Andres Aranda Gutierrez
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Vincent Breton @ 2021-10-22  6:16 UTC (permalink / raw)
  To: lists, Pedro Andres Aranda Gutierrez; +Cc: emacs-orgmode

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

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

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.


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

^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <CAO48Bk82nSQeWaxQ=A97BNdc80bbWvpwQwyh=1e-Ag-oS=QbjQ@mail.gmail.com>]

end of thread, other threads:[~2021-10-26 15:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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