Re: [O] Beginner's question

2012-06-21 Thread Sebastien Vauban
Hi Suvayu, suvayu ali wrote: > On Thu, Jun 21, 2012 at 10:53 AM, Sebastien Vauban > wrote: >> Put a `:' in front of your value. That way, Babel can locate and read the >> value. > > I didn't know about this syntax! Thanks a lot. :) It simply is the way short results (a few lines) are presented..

Re: [O] Beginner's question

2012-06-21 Thread suvayu ali
On Thu, Jun 21, 2012 at 10:53 AM, Sebastien Vauban wrote: > Put a `:' in front of your value. That way, Babel can locate and read the > value. I didn't know about this syntax! Thanks a lot. :) -- Suvayu Open source is the future. It sets us free.

Re: [O] Beginner's question

2012-06-21 Thread Sebastien Vauban
Hi Erich, Neuwirth Erich wrote: > Can anybody explain why my example does not work? > > #+TBLNAME: example-table > |1| > |2| > |3| > |4| > #+NAME: table-length > #+BEGIN_SRC emacs-lisp :var table=example-table > (length table) > #+END_SRC > > #+RESULTS: table-length > : 4 > #+name: xvar > 123 > #+

[O] Beginner's question

2012-06-20 Thread Neuwirth Erich
I am using R. I am combining large data frames, and I am getting into memory problems. Therefore I would like to to this in separate steps and after each step the R process should be closed to free memory. When I do not use the :session argument for the code blocks, it seems that the R process