#+Options: ^:{} * Undesirable newline behavior :PROPERTIES: :results: raw :END: Both of these *do* introduce undesirable newlines. A shell code block call_shell2() and an R code block call_R2(). #+name: shell2 #+begin_src sh echo 2 #+end_src #+name: R2 #+begin_src R 2 #+end_src