From 385f2381f913a0714310931a281aaf4c3b22e88e Mon Sep 17 00:00:00 2001 From: Rasmus Date: Mon, 26 Oct 2015 15:39:10 +0100 Subject: [PATCH] ox-latex: Add mapping for R src blocks with minted * ox-latex.el (org-latex-listings-langs): Add mapping for R. --- lisp/ox-latex.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 297b56311..5803eb66a 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