Browse Source

ox-latex: Remove non-existent TOC value

* lisp/ox-latex.el (org-latex-keyword): Remove "figures" value.
Nicolas Goaziou 12 years ago
parent
commit
ebf13a39fc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/ox-latex.el

+ 0 - 1
lisp/ox-latex.el

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