From ac5da5b0f582e03e8a732f2fa0339d29363694f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 23 Mar 2018 02:07:19 +0100 Subject: [PATCH] I foresee not needing a table of contents in the CV --- ox-cv.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ox-cv.el b/ox-cv.el index 35d3b4f..4fa8542 100644 --- a/ox-cv.el +++ b/ox-cv.el @@ -129,12 +129,6 @@ holding export options." ((string-match "\\(?:[^%]\\|^\\)%s" command) (format command title)) (t command)))) - ;; Table of contents. - (let ((depth (plist-get info :with-toc))) - (when depth - (concat (when (integerp depth) - (format "\\setcounter{tocdepth}{%d}\n" depth)) - (plist-get info :latex-toc-command)))) ;; Document's body. contents ;; Creator.