Christian Moe <[email protected]> writes:

>   #+CALL: calc_half(x = 5) :exports results :results output replace
>
>   My function call returns call_calc_half(x = 6)[:results replace]
>
> However, this doesn't work as I expect, even though the override works
> the other way (':results silent' in the call lines will override
> ':results replace' in the src block).
>
> This may be a bug. (Not sure, Babel execution is complex.)

Just incorrect #+CALL syntax.
#+CALL: calc_half[:exports results :results output replace](x = 5)

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to