Explorar el Código

Merge branch 'maint'

Nicolas Goaziou hace 9 años
padre
commit
094f46c203
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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")))
 	       `(("captionpos" ,(if caption-above-p "t" "b")))
 	       (cond ((assoc "numbers" lst-opt) nil)
 	       (cond ((assoc "numbers" lst-opt) nil)
 		     ((not num-start) '(("numbers" "none")))
 		     ((not num-start) '(("numbers" "none")))
-		     ((zerop num-start) '(("numbers" "left")))
 		     (t `(("firstnumber" ,(number-to-string (1+ num-start)))
 		     (t `(("firstnumber" ,(number-to-string (1+ num-start)))
 			  ("numbers" "left"))))))
 			  ("numbers" "left"))))))
 	     (let ((local-options (plist-get attributes :options)))
 	     (let ((local-options (plist-get attributes :options)))