summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-01-31 23:32:07 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-01-31 23:32:07 +0100
commit094f46c2033b31d9c8de6dae83fd610320d40bc6 (patch)
tree9d91b7329a325debb0c88a123e06603a44a7fe86
parent7148ae780b52b9aae94d3977441be5f778e4c3ad (diff)
parent3aa355c037eb30b1e10155428942ffc787b3ae80 (diff)
downloadorg-mode-094f46c2033b31d9c8de6dae83fd610320d40bc6.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-latex.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 4c0c88c..ec06b17 100644
--- a/lisp/ox-latex.el
+++ b/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)))