Kaynağa Gözat

ox-latex: Fix `listings' language for `latex' code blocks

* ox-latex.el (org-latex-listings-langs): Update custom variable.
Sebastien Vauban 13 yıl önce
ebeveyn
işleme
d4d865db5c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -651,7 +651,7 @@ passed to pdflatex."
     (fortran "fortran")
     (fortran "fortran")
     (perl "Perl") (cperl "Perl") (python "Python") (ruby "Ruby")
     (perl "Perl") (cperl "Perl") (python "Python") (ruby "Ruby")
     (html "HTML") (xml "XML")
     (html "HTML") (xml "XML")
-    (tex "TeX") (latex "TeX")
+    (tex "TeX") (latex "[LaTeX]TeX")
     (shell-script "bash")
     (shell-script "bash")
     (gnuplot "Gnuplot")
     (gnuplot "Gnuplot")
     (ocaml "Caml") (caml "Caml")
     (ocaml "Caml") (caml "Caml")