Re: [O] [babel][R] no return values in R code blocks

2011-08-29 Thread Max Flöttmann
Hi Eric, Thanks for the response. I pulled the newest org version from the repository, mine was a few weeks old. Now it's returning results correctly. Cheers, Max 2011/8/29 Eric Schulte > Max Flöttmann writes: > > > Hi, > > When i run a code block like this using C-c C

[O] [babel][R] no return values in R code blocks

2011-08-29 Thread Max Flöttmann
Hi, When i run a code block like this using C-c C-c: #+BEGIN_SRC R c(1,23,54,5) #+END_SRC I do not get any results. In older versions of orgmode the result used be a table or vector returned by R. Is this a bug, or do I need a new keyword that is not in the documentation yet to get the same resu

[O] [babel] :file header

2011-07-24 Thread Max Flöttmann
Hi, I'm working with org-mode and babel to write annotated R-scripts. I include a lot of code blocks that should write their graphics to a file. I'm usually using the :file argument for that, but on my Mac this doesn't work anymore. A code block like this: #+begin_src R :file test.pdf :session t

[O] [babel] ':file' argument does not work

2011-07-24 Thread Max Flöttmann
Hi, I'm working with org-mode and babel to write annotated R-scripts. I include a lot of code blocks that should write their graphics to a file. I'm usually using the :file argument for that, but on my Mac this doesn't work anymore. A code block like this: #+begin_src R :file Y2011_M07_T11_h11_m