diff --git a/init.el b/init.el index b9638eec..4d8edd41 100755 --- a/init.el +++ b/init.el @@ -1763,7 +1763,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (setq org-latex-tables-booktabs t) (setq org-latex-images-centered t) (setq org-latex-prefer-user-labels t) - (setq org-latex-toc-command "\\tableofcontents\n\\listoffigures\n\\lstlistoflistings\n") + (setq org-latex-toc-command "\\tableofcontents\\n\\listoffigures\\n\\listoftables\\n\\lstlistoflistings\\n") (setq org-latex-listings nil) (setq org-latex-listings-options nil) (setq org-latex-src-block-backend 'listings)