Re: [O] Bug: R source block list export not working properly [7.8.11]

2012-09-25 Thread Greg Tucker-Kellogg
Hi Tom, I didn't realize. Thanks for the info; I'll look into it. Greg On Sep 25, 2012, at 11:28 PM, Thomas S. Dye wrote: > Hi Greg, > > The problem is that no one is maintaining ob-r.el. The author, Dan > Davison, has moved on to other things. > > Eric Schulte will apply patches to ob-r.e

Re: [O] Bug: R source block list export not working properly [7.8.11]

2012-09-25 Thread Thomas S. Dye
Greg Tucker-Kellogg writes: > I reported this on the mailing list as a question, but it appears to be an > actual bug, so I thought I should file it formally. The following MWE > shows the problem when trying to export an R character vector: > > #+begin_src R :exports results :results value list

[O] Bug: R source block list export not working properly [7.8.11]

2012-09-25 Thread Greg Tucker-Kellogg
I reported this on the mailing list as a question, but it appears to be an actual bug, so I thought I should file it formally. The following MWE shows the problem when trying to export an R character vector: #+begin_src R :exports results :results value list c("x","y","z") #+end_src #+RESULTS: -