#+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 #+RESULTS: : org-export-latex-no-toc (add-to-list 'load-path "~/.emacs.d/plugins/org-mode/lisp") (require 'org-install)