summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-10-26 15:39:10 +0100
committerRasmus <rasmus@gmx.us>2015-10-26 15:39:52 +0100
commit385f2381f913a0714310931a281aaf4c3b22e88e (patch)
tree9c6535eb8db8f89123923d7189c43df1503225f2
parente868ef0886224550e01f7ae74760bc8b80da7bfb (diff)
downloadorg-mode-385f2381f913a0714310931a281aaf4c3b22e88e.tar.gz
ox-latex: Add mapping for R src blocks with minted
* ox-latex.el (org-latex-listings-langs): Add mapping for R.
-rw-r--r--lisp/ox-latex.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 297b563..5803eb6 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -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