1
0
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:
Nicolas Goaziou 2013-02-24 16:26:45 +01:00
parent eb51080c54
commit ebf13a39fc

View File

@ -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")