Re: [O] [babel] Specified colnames

2013-04-27 Thread Eric Schulte
> > OK. That's true I've set: > > --8<---cut here---start->8--- > ;; keep lower-case > (setq org-babel-results-keyword "results") > --8<---cut here---end--->8--- > If you like you could let-bind this around any future test

Re: [O] [babel] Specified colnames

2013-04-27 Thread Sebastien Vauban
Eric, Eric Schulte wrote: >> Here the patch you asked for. > > I've applied this patch. Thanks a lot for reviewing my test, and fixing it! > Please review the changes I had to make for it to work correctly. Your > version wasn't working because when org-babel-execute-src-block was called > the p

Re: [O] [babel] Specified colnames

2013-04-27 Thread Eric Schulte
> > Here the patch you asked for. > > Best regards, > Seb > I've applied this patch. Please review the changes I had to make for it to work correctly. Your version wasn't working because when org-babel-execute-src-block was called the point was not inside of the code block. My changes search

Re: [O] [babel] Specified colnames

2013-04-25 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Eric Schulte wrote: >>> "Sebastien Vauban" writes: Eric Schulte wrote: >> Extra question: tested with a sh block, both of the above do work, that >> is >> with strings or symbols. Which one is supposed to be better (t

Re: [O] [babel] Specified colnames

2013-04-20 Thread Eric Schulte
"Sebastien Vauban" writes: > Eric, > > Eric Schulte wrote: >> "Sebastien Vauban" writes: >>> Eric Schulte wrote: > Extra question: tested with a sh block, both of the above do work, that is > with strings or symbols. Which one is supposed to be better (that is, > will be > more

Re: [O] [babel] Specified colnames

2013-04-18 Thread Sebastien Vauban
Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Eric Schulte wrote: Extra question: tested with a sh block, both of the above do work, that is with strings or symbols. Which one is supposed to be better (that is, will be more portable with time), if there is one? >>

Re: [O] [babel] Specified colnames

2013-04-12 Thread Eric Schulte
"Sebastien Vauban" writes: > Eric, > > Eric Schulte wrote: >>> Extra question: tested with a sh block, both of the above do work, that is >>> with strings or symbols. Which one is supposed to be better (that is, will >>> be >>> more portable with time), if there is one? >> >> Both will be mainta

Re: [O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Eric, Eric Schulte wrote: >> Extra question: tested with a sh block, both of the above do work, that is >> with strings or symbols. Which one is supposed to be better (that is, will be >> more portable with time), if there is one? > > Both will be maintained. The contribution of a test exercising

Re: [O] [babel] Specified colnames

2013-04-08 Thread Eric Schulte
> > Thanks for your help. > > Extra question: tested with a sh block, both of the above do work, that is > with strings or symbols. Which one is supposed to be better (that is, will be > more portable with time), if there is one? > Both will be maintained. The contribution of a test exercising bo

Re: [O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> I'm trying to specify the column names of the table. >> >> #+name: input >> | title | baz | >> |---+-| >> | obs1 | foo | >> | obs2 | bar | >> >> But both versions (with symbols or strings) just do return the plain input >> tab

Re: [O] [babel] Specified colnames

2013-04-08 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > I'm trying to specify the column names of the table. > > #+name: input > | title | baz | > |---+-| > | obs1 | foo | > | obs2 | bar | > > But both versions (with symbols or strings) just do return the plain input > table. > > #+name: R-echo-colna

[O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Hi Eric, I'm trying to specify the column names of the table. #+name: input | title | baz | |---+-| | obs1 | foo | | obs2 | bar | But both versions (with symbols or strings) just do return the plain input table. #+name: R-echo-colnames-list #+begin_src R :var data=input :exports resul