Re: [Orgmode] [PATCH] babel: add a :rownames argument to R code blocks

2010-03-25 Thread Dan Davison
"Eric Schulte" writes: > Hi Julien, > > Thanks for the patch, however it looks like the attached patch breaks > columnname support for R source code blocks. I'm pasting in the > relevant portion of our test suite, from the development.org file in our > development repository [1]. Could you plea

Re: [Orgmode] [PATCH] babel: add a :rownames argument to R code blocks

2010-03-25 Thread Eric Schulte
Hi Julien, Thanks for the patch, however it looks like the attached patch breaks columnname support for R source code blocks. I'm pasting in the relevant portion of our test suite, from the development.org file in our development repository [1]. Could you please sort this issue out before we app

[Orgmode] [PATCH] babel: add a :rownames argument to R code blocks

2010-03-24 Thread Julien Barnier
Hi, The following simple patch add a :rownames argument to R source code blocks in org-babel. With :rownames yes it allows to export the row names when the result is a table. For example : #+BEGIN_SRC R :session :colnames yes :rownames yes table(d$sexe,d$cuisine) #+END_SRC #+results: | |