#+Title: short code buffer #+begin_src python :results output print "hello" 2 print "bye" #+end_src #+results: : hello : bye