Re: [O] Using code block function as formula in tables

2017-01-12 Thread Nicolas Goaziou
Hello, Roland Everaert writes: > It works. But I had to set some headers in the code block itself as > following: > > :exports results :results value > > I suppose, I can specify them directly in the org-sbe call, like with > inline calls or call through #+CALL? See `org-sbe' docstring. > Th

Re: [O] Using code block function as formula in tables

2017-01-12 Thread Roland Everaert
It works. But I had to set some headers in the code block itself as following: :exports results :results value I suppose, I can specify them directly in the org-sbe call, like with inline calls or call through #+CALL? This feature really needs to be documented and extensively. Thanks, On We

Re: [O] Using code block function as formula in tables

2017-01-11 Thread Nicolas Goaziou
Hello, Roland Everaert writes: > Is it possible to call a code block from a table field as it is a formula? > > I have tried the following syntax from a field in a table, but none of them > is interpreted as expected: > > - #+CALL: function(parameters) > - call_function(parameters) > > The goal