ox-latex: Do not overwrite provided numbering options in minted and listings
commit6ab71385f8f6189b73c827f1db0d28edbedbee27
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 5 Mar 2013 11:11:18 +0000 (5 12:11 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 5 Mar 2013 11:13:05 +0000 (5 12:13 +0100)
tree782645207cae04804a7f20e3138ca839c86d46cc
parent834db79fc5418c8bc535035fd020d488688a2dd2
ox-latex: Do not overwrite provided numbering options in minted and listings

* lisp/ox-latex.el (org-latex-src-block): Do not overwrite provided
  numbering options in minted and listings.

If "numbers" option (resp. "linenos" option) is provided in
`org-latex-listings-options' (resp. `org-latex-minted-options'),
export will ignore "+n" and "-n" switches from source blocks.
lisp/ox-latex.el