summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>2013-05-28 21:18:53 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-05-30 15:29:00 +0200
commitd4d865db5c62d6d32691fe579f53c276be84a345 (patch)
treed3953f5e7dbfbc95cffab33a30d8bc5bf96c95c7
parent4b0f0fdecf033743a63c982e9725dfaaa2351a70 (diff)
downloadorg-mode-d4d865db5c62d6d32691fe579f53c276be84a345.tar.gz
ox-latex: Fix `listings' language for `latex' code blocks
* ox-latex.el (org-latex-listings-langs): Update custom variable.
-rw-r--r--lisp/ox-latex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 8c62897..62ffd56 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -651,7 +651,7 @@ passed to pdflatex."
(fortran "fortran")
(perl "Perl") (cperl "Perl") (python "Python") (ruby "Ruby")
(html "HTML") (xml "XML")
- (tex "TeX") (latex "TeX")
+ (tex "TeX") (latex "[LaTeX]TeX")
(shell-script "bash")
(gnuplot "Gnuplot")
(ocaml "Caml") (caml "Caml")