org-latex-minted-langs

org-latex-minted-langs is a variable defined in `ox-latex.el'.
Its value is

((emacs-lisp "common-lisp") (cc "c++") (cperl "perl") (shell-script "bash") (caml "ocaml"))


Documentation:
Alist mapping languages to their minted language counterpart.
The key is a symbol, the major mode symbol without the "-mode".
The value is the string that should be inserted as the language
parameter for the minted package. If the mode name and the
listings name are the same, the language does not need an entry
in this list - but it does not hurt if it is present.

Note that minted uses all lower case for language identifiers,
and that the full list of language identifiers can be obtained
with:

pygmentize -L lexers

You can customize this variable.