Re: [O] [babel] buffer corruption if results block at end of entry

2014-02-06 Thread Eric Schulte
I just pushed up a fix. Thanks for reporting. Samuel Wales writes: > === > * asdf > #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2 > a > #+END_SRC > #+BEGIN_SRC sh :results output :noweb yes > echo <> > #+END_SRC > > #+RESULTS: > #+begin_example > a > #

[O] [babel] buffer corruption if results block at end of entry

2014-02-06 Thread Samuel Wales
=== * asdf #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2 a #+END_SRC #+BEGIN_SRC sh :results output :noweb yes echo <> #+END_SRC #+RESULTS: #+begin_example a #+end_example * next headline === results in this: === * asdf #+BEGIN_SRC org :results