Christian Moe <[email protected]> writes:
>> 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.
Here is what I see
#+name: calc_half
#+begin_src R :exports code :var x=0 :results silent
x / 2
#+end_src
#+CALL: calc_half[:exports results :results output replace](x = 5)
#+RESULTS:
: [1] 2.5
All fine.
--
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>