[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug][babel] #+call: execution broken
From: |
Martyn Jago |
Subject: |
Re: [O] [bug][babel] #+call: execution broken |
Date: |
Fri, 18 Nov 2011 08:03:17 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) |
Eric Schulte <address@hidden> writes:
> Martyn Jago <address@hidden> 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 <address@hidden>
>> 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