Browse Source

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

* lisp/org-latex.el (org-export-latex-listings-langs): added (sqlite "SQL")
Eric Schulte 15 năm trước cách đây
mục cha
commit
ef839e1080
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-latex.el

@@ -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