Browse Source

Merge branch 'maint'

Nicolas Goaziou 9 years ago
parent
commit
094f46c203
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/ox-latex.el

+ 0 - 1
lisp/ox-latex.el

@@ -2895,7 +2895,6 @@ contextual information."
 	       `(("captionpos" ,(if caption-above-p "t" "b")))
 	       (cond ((assoc "numbers" lst-opt) nil)
 		     ((not num-start) '(("numbers" "none")))
-		     ((zerop num-start) '(("numbers" "left")))
 		     (t `(("firstnumber" ,(number-to-string (1+ num-start)))
 			  ("numbers" "left"))))))
 	     (let ((local-options (plist-get attributes :options)))