added (sqlite "SQL") to org-export-latex-listings-langs

* lisp/org-latex.el (org-export-latex-listings-langs): added (sqlite "SQL")
This commit is contained in:
Eric Schulte 2010-07-09 17:40:58 -07:00
parent 0479242349
commit ef839e1080
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ for example using customize, or with something like
(shell-script "bash")
(gnuplot "Gnuplot")
(ocaml "Caml") (caml "Caml")
(sql "SQL"))
(sql "SQL") (sqlite "sql"))
"Alist mapping languages to their listing 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