mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-11 09:20:32 +00:00
ox-latex: Add mapping for R src blocks with minted
* ox-latex.el (org-latex-listings-langs): Add mapping for R.
This commit is contained in:
parent
e868ef0886
commit
385f2381f9
@ -924,7 +924,8 @@ into previewing problems, please consult
|
||||
(gnuplot "Gnuplot")
|
||||
(ocaml "Caml") (caml "Caml")
|
||||
(sql "SQL") (sqlite "sql")
|
||||
(makefile "make"))
|
||||
(makefile "make")
|
||||
(R "r"))
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user