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))
|
(format "\\setcounter{tocdepth}{%s}\n" depth))
|
||||||
"\\tableofcontents")))
|
"\\tableofcontents")))
|
||||||
((string= "tables" value) "\\listoftables")
|
((string= "tables" value) "\\listoftables")
|
||||||
((string= "figures" value) "\\listoffigures")
|
|
||||||
((string= "listings" value)
|
((string= "listings" value)
|
||||||
(cond
|
(cond
|
||||||
((eq org-latex-listings 'minted) "\\listoflistings")
|
((eq org-latex-listings 'minted) "\\listoflistings")
|
||||||
|
|
Loading…
Reference in New Issue