Jeremie, > On Sep 27, 2021, at 3:56 PM, Berry, Charles <ccbe...@health.ucsd.edu> wrote: > > There is something in my init that doesn't play nice with this.
(setq ess-inject-source nil) seems to be the culprit. Also note, even with ess-inject-source set to t, there is an indentation issue: #+begin_src R :session *R* :results output :async yes Sys.sleep(2) 1:5 10:20 #+end_src #+RESULTS: : [1] 1 2 3 4 5 : [1] 10 11 12 13 14 15 16 17 18 19 20 HTH, Chuck