Re: [O] [ob-R] combine :post and :colnames

2015-01-26 Thread Rasmus
Hi, Aaron Ecay writes: > 2015ko urtarrilak 25an, Rasmus-ek idatzi zuen: >> Should add a note on this to the manual? Or is it clear enough as it >> is? > > I think it would be a good idea to add a note about this in the manual. > Perhaps in the form of another example in the node for the :post h

Re: [O] [ob-R] combine :post and :colnames

2015-01-26 Thread Aaron Ecay
Hi Rasmus, 2015ko urtarrilak 25an, Rasmus-ek idatzi zuen: > Should add a note on this to the manual? Or is it clear enough as it > is? I think it would be a good idea to add a note about this in the manual. Perhaps in the form of another example in the node for the :post header argument (info "(

Re: [O] [ob-R] combine :post and :colnames

2015-01-25 Thread Rasmus
Aaron Ecay writes: > Hi Rasmus, > > You also have to add :colnames to the :post header: > > :post identity[:colnames yes](*this*) Thanks Aaron. That even makes sense in its own, quirky way! Should add a note on this to the manual? Or is it clear enough as it is? —Rasmus -- However beautifu

Re: [O] [ob-R] combine :post and :colnames

2015-01-25 Thread Aaron Ecay
Hi Rasmus, You also have to add :colnames to the :post header: :post identity[:colnames yes](*this*) Another option is to add :colnames yes to the identity block itself: #+NAME: identity #+BEGIN_SRC emacs-lisp :var x="x" :colnames yes ... #+END_SRC -- Aaron Ecay

[O] [ob-R] combine :post and :colnames

2015-01-25 Thread Rasmus
Hi, Am I mistaken or is it not possible to combine :colnames and :post? Here's an example of what I have got in mind: --8<---cut here---start->8--- #+NAME: identity #+BEGIN_SRC emacs-lisp :var x="x" x #+END_SRC #+BEGIN_SRC R :colnames yes :post identity(*this*