I'm working on a large document in Emacs (23.2.1) org-mode (7.8.06) which I export to LaTeX. At present, the outline/structure of the document has been created, but not any of the content. The LaTeX version (which consists of \section, \subsection, \subsubsection and items mainly) has broken pagination, a blank page and text that runs off the page.
I shortened the document by moving \end{document} around to try to find the
problem. In some cases, the document rendered correctly. This seems to be related to too many "section"-type headings in LaTeX with no content.
To test this, I added:
\usepackage[english]{babel}
\usepackage{blindtext}
to my document and then inserted \blindtext "content" for most of the sections/subsections. The document now renders correctly.
The documentclass is article and the only package loaded is hypperref.
Are there any known issues with pdflatex/pdftex where a document contains only/mainly section headings and not much, if any, content? The only relevant error message pdflatex generated was:
Overfull \vbox (333.44125pt too high) has occurred while \output is active [5] [6]
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
An example can be found here. The only required package is hyperref.

tabularthat can't be split across pages: uselongtableloading the package with the same name. – egreg May 30 '12 at 10:11tableortabularin the document. – SabreWolfy May 30 '12 at 10:14minipagesomewhere? – egreg May 30 '12 at 10:18