Re: [Orgmode] Re: question about chaining function calls in org-babel

2010-08-05 Thread Eric Schulte
Dan Davison writes: [...] > > | mean | > || > | #ERROR | > #+TBLFM: @2$1='(sbe "python-mean" (x (sbe "tbl-example-data" (seed 4) (size > 16 > > I *believe* that there is no expectation for this to work, because sbe > is an elisp function (well, a macro), and not a source block. In

[Orgmode] Re: question about chaining function calls in org-babel

2010-08-04 Thread Dan Davison
Hi I.S., Inquisitive Scientist writes: > Dear Experts, > > I think org-babel is awesome but I'm having some trouble chaining > together multiple function calls. > > Specifically, I would like to do something like the following > #+tblname: fancier > | mean | > || > | #ERROR | > #+TBLFM