#+TITLE: examplebug.org * babel overwriting subsequent heading #+srcname: case1 #+begin_src sh :results output for i in `seq 10`;do echo $i done #+end_src #+results: case1 #+begin_example 1 2 3 4 5 6 7 8 9 10 #+end_example * a following heading