From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [bug][babel] #+call: execution broken Date: Thu, 17 Nov 2011 09:21:19 -0700 Message-ID: <87sjlmd8jk.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR4iL-00013Q-Qm for emacs-orgmode@gnu.org; Thu, 17 Nov 2011 11:21:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR4iJ-0001CB-Uz for emacs-orgmode@gnu.org; Thu, 17 Nov 2011 11:21:25 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:53916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR4iJ-0001Bv-Mf for emacs-orgmode@gnu.org; Thu, 17 Nov 2011 11:21:23 -0500 Received: by ywp17 with SMTP id 17so1554881ywp.0 for ; Thu, 17 Nov 2011 08:21:23 -0800 (PST) In-Reply-To: (Martyn Jago's message of "Thu, 17 Nov 2011 12:44:56 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Martyn Jago Cc: emacs-orgmode@gnu.org Martyn Jago 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 > 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. Cheers -- Eric > > Best, Martyn > > -- Eric Schulte http://cs.unm.edu/~eschulte/