Eric Schulte <schulte.e...@gmail.com> writes: > Martyn Jago <martyn.j...@btinternet.com> writes: > >> Hi >> >> C-c C-c on a #+call: block() statement no longer causes the block to >> execute. >> >> This regression occurred on Nov 8th: >> >> commit a4273cbe0e0480bd02c59464cafb985951b1c5a2 >> Author: Eric Schulte <schulte.e...@gmail.com> >> Date: Tue Nov 8 19:42:59 2011 -0700 >> call lines are more careful about being in example or verbatim blocks >> >> I've supplied a patch which provides a couple of failing tests which >> highlight the problem. >> > > Hi Martyn, > > The reason that your tests are failing is because they use the old > "#+srcname:" rather than the new "#+name:" syntax for naming a code > block. > > After making this change both tests pass. >
Doh! Clearly I need to keep up with the times. Best, Martyn