0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 14:16:26 +00:00

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

View file

@ -385,7 +385,7 @@ for example using customize, or with something like
(shell-script "bash") (shell-script "bash")
(gnuplot "Gnuplot") (gnuplot "Gnuplot")
(ocaml "Caml") (caml "Caml") (ocaml "Caml") (caml "Caml")
(sql "SQL")) (sql "SQL") (sqlite "sql"))
"Alist mapping languages to their listing language counterpart. "Alist mapping languages to their listing language counterpart.
The key is a symbol, the major mode symbol without the \"-mode\". 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 The value is the string that should be inserted as the language parameter