Hi all, Here's a patch to turn this: #+begin_src C :results output puts("[1] 2 3 3"); #+end_src #+RESULTS: : [1] into this: #+begin_src C :results output puts("[1] 2 3 3"); #+end_src #+RESULTS: : [1] 2 3 regards, Oleh