Re: [O] latex export R code syntax highlighting with minted

2012-03-16 Thread Nick Dokos
Ista Zahn wrote: > Hi all, > > I'm having trouble modifying the example at > http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 > to highlight R code blocks. The trouble seems to be that org-mode > identifies R blocks using uppercase R, while pygments looks for > lowercase r. >

Re: [O] latex export R code syntax highlighting with minted

2012-03-16 Thread Ista Zahn
Ah, perfect! Thank you. On Fri, Mar 16, 2012 at 5:13 PM, Christophe Pouzat wrote: > (add-to-list 'org-export-latex-minted-langs '(R "r"))

Re: [O] latex export R code syntax highlighting with minted

2012-03-16 Thread Christophe Pouzat
Ista Zahn writes: > Hi all, > > I'm having trouble modifying the example at > http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 > to highlight R code blocks. The trouble seems to be that org-mode > identifies R blocks using uppercase R, while pygments looks for > lowercase r. >