Ihor Radchenko <[email protected]> writes:

> 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)

I tested that too, because I'm never quite sure about "inside" versus
"end" header arguments, and retested now. For me, call results still
show up as messages when the code block is 'silent', whether I make
'replace' an inside or end argument.

Regards,
Christian

Reply via email to