mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
I foresee not needing a table of contents in the CV
This commit is contained in:
parent
bce5558259
commit
ac5da5b0f5
1 changed files with 0 additions and 6 deletions
6
ox-cv.el
6
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.
|
||||
|
|
Loading…
Reference in a new issue