From d023e77c37d5fec90205940c0a9ff90e94759386 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 16 Nov 2023 10:50:44 +0100 Subject: [PATCH] Fix generation of toc label --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index e995a93..0893fe8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -16,5 +16,5 @@ (org-latex-src-block-backend . 'listings) (org-latex-prefer-user-labels . t) (org-html-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") (fill-column . 200))))