Re: [O] [Babel] Parsing source block bug ...

2013-09-14 Thread Eric Schulte
Thanks for this patch! I've just applied it. For future patches it is good form to keep the first line of the commit message <= 50 characters long (used to summarize the patch), the second line should be blank, and all subsequent lines should be <=70 characters long. Thanks again. aditya siram

[O] [Babel] Parsing source block bug ...

2013-09-13 Thread aditya siram
Hi all, This patch fixes a bug where the regexp for parsing source blocks is too greedy on the body and so fails in the presence of empty code blocks. For instance given the following: #+begin_src c #+end_src #+begin_src c hello world #+end_src , doing (org-babel-get-src-block-info) the first #+