#+PROPERTY: exports both #+PROPERTY: results output * test 1: Buffer-wide header arguments are NOT effective #+begin_src R print(pi) #+end_src * test 1: Code block specific header arguments are effective #+begin_src R :exports both :results output print(pi) #+end_src