Russell Adams <rlad...@adamsinfoserv.com> wrote: > It appears that there is a discrepancy between Org's source blocks and > Babel processing. > > Org's source blocks all show up-case (#+BEGIN_SRC): > > http://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks > > Babel only appears to process lower-case blocks (#+begin_src): > > http://orgmode.org/worg/org-contrib/babel/intro.html > > I can confirm in 7.8.10 that Babel is not executing blocks unless they > are lowercase, while Org's source block handling works normally with > either case. >
I can't reproduce this with latest or with release_7.8.10: babel seems to execute source code blocks no matter what combination of upper/lower case letters go into forming the #+BEGIN_SRC/#+END_SRC markers. I press C-C C-c on a source code block and it is evaluated. Is that how you test or are you perhaps using a different criterion? Nick