Percival du Chat Gris wrote: > Good day, > > I've tried googling, reading faqs and the like, and have come up empty. > > If I have a number of stub files, with the information in them that I want to pull into multiple > documents, and I #+INCLUDE them in a file, I get the latex "too deeply nested" error.  Please provide details and, if possible, a minimal example. Who produces this error? What is the exact output? What version of org/emacs? Are you using the new exporter or the old exporter? If the error is produced by latex, export to latex and look at the .tex file. If the error is produced by org, it would help to have a backtrace. I attach a tarball with a simple example where the new exporter with Org-mode version 7.9.2 (release_7.9.2-432-g545166 @ /home/nick/elisp/org-mode/lisp/) GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of 2012-09-21 does the right thing. Nick > If, however, > I simply insert the files into the buffer, then they will create the PDF via latex export without a > problem.  Is there something in the #+INCLUDE code that adds a nested layer such that it becomes > problematic for PDF production?  If so, is there a better route to create PDF files?  I have been > using Latex and HTML export for a while, so I'm not entirely familiar with any other options that > might produce PDF files as cleanly.  While I can (and have) written a script to pull all the pieces > together into one large file, there should be an easier way. >