ox-latex.el: Downcase language name in minted blocks
commit0820d002cb8d5120299c5bf00d4bc4e8fd5d467f
authorMichael Weylandt <michael.weylandt@gmail.com>
Sun, 6 Apr 2014 17:26:19 +0000 (6 13:26 -0400)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 6 Apr 2014 17:58:06 +0000 (6 19:58 +0200)
treeca2d9ef7c6039a8660cdd340f2e5dd3ed55fa305
parent2868f962a21d9389d732b85c1534201f33324ab7
ox-latex.el: Downcase language name in minted blocks

* lisp/ox-latex.el (org-latex-export-to-latex): Downcase the language
name when using minted highlighting for src block exports.

Minted, by convention, uses all lowercase names for languages.  This
will handle mappings like "R" to "r" or "Python" to "python"
automatically.  More complex renamings still need to be handled by
customizing `org-latex-minted-langs'.

Note that the `downcase' is only applied when using the "automatic"
name.  Names in `org-latex-minted-langs' still need to be lower-case.

TINYCHANGE
lisp/ox-latex.el