mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
ox-latex: Remove non-existent TOC value
* lisp/ox-latex.el (org-latex-keyword): Remove "figures" value.
This commit is contained in:
parent
eb51080c54
commit
ebf13a39fc
@ -1679,7 +1679,6 @@ CONTENTS is nil. INFO is a plist holding contextual information."
|
||||
(format "\\setcounter{tocdepth}{%s}\n" depth))
|
||||
"\\tableofcontents")))
|
||||
((string= "tables" value) "\\listoftables")
|
||||
((string= "figures" value) "\\listoffigures")
|
||||
((string= "listings" value)
|
||||
(cond
|
||||
((eq org-latex-listings 'minted) "\\listoflistings")
|
||||
|
Loading…
Reference in New Issue
Block a user