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
1 changed files with 0 additions and 1 deletions

View File

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