Aloha Myles, Your example works for me with emacs -q. I had to change the \input{} command to \input{title}, since I'm not working at /home/myles. I saved the tex file to title.tex, put it in the same directory as the org file, evaluated the source block (with :results silent), and exported. I got a 2 page pdf with FOO on the first page and a second page with all the rest.
I'm not sure what is going wrong at your end, but suspect the \input{} command might not be picking up your .tex file. Do you see something in the .log file produced by LaTeX? All the best, Tom Myles English <mylesengl...@gmail.com> writes: >>> On Thu, 08 Mar 2012 16:29:36 +0000, Myles English said: > > > Hi, I am trying to get a custom title page and abstract before the > > TOC in a pdf. > > > Worg has an example on this page: > > > http://orgmode.org/worg/org-tutorials/org-latex-export.html > > > at the section titled "11 Styling the Frontmatter" However, the > > example doesn't work for me as expected. > > > To reproduce: > > > + save the attached files (testAbs.org, title.tex) in the same > > directory + open testAbs.org and do "C-c e d" to export to pdf > > > I would expect the Abstract and text to be shown in the final pdf > > but it is absent. > > > If I put a character between the lines #+LATEX_HEADER > > and #+BEGIN_abstract then the abstract title and text are shown as > > expected. > > > The above is using release_7.8.03-566-gf8efc63. Am I doing > > something wrong? > > > Thanks, > > > Myles > > So the two files are: > > ,--------------------------- testAbs.org ------------------------------ > | #+LATEX_HEADER: \input{/home/myles/tmp/bugs/title.tex} > | #+BEGIN_abstract > | Here is my abstract, it is a fine abstract. > | #+END_abstract > | #+LATEX: \tableofcontents > | #+LATEX: \listoftables > | #+LATEX: \listoffigures > | > | * Foo > | foo > | > | * Bar > | bar > | > | #+BEGIN_SRC emacs-lisp :exports none > | (defun org-export-latex-no-toc (depth) (when depth (format "%% Org-mode > | is exporting headings to %s levels.\n" depth))) (setq > | org-export-latex-format-toc-function 'org-export-latex-no-toc) > | #+END_SRC > `------------------------------------------------------------------------ > > ,------------------------------title.tex-------- > | > | \renewcommand\maketitle{\begin{titlepage}% > | FOO > | \end{titlepage}% } > `----------------------------------------------- > > Myles > > -- Thomas S. Dye http://www.tsdye.com