diff --git a/build.el b/build.el index 845f71a..918eac8 100644 --- a/build.el +++ b/build.el @@ -15,7 +15,7 @@ ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))) org-latex-src-block-backend 'listings org-latex-prefer-user-labels t - org-latex-toc-command "\\frontmatter\n\\addchap{Table of Contents}\n\label{chap:toc}\n\\listoftoc*{toc}\n\n") + org-latex-toc-command "\\frontmatter\n\\addchap{Table of Contents}\n\\label{chap:toc}\n\\listoftoc*{toc}\n\n") (find-file "book.org") (org-latex-export-to-latex)