From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: evaluation context in call statements Date: Mon, 1 Jul 2013 12:23:14 +0200 Message-ID: References: <444ea6cff489e2adc97092bdac881aef@mail.rickster.com> <878v1y574d.fsf@Rainer.invalid> <874ncm55ma.fsf@Rainer.invalid> <87r4fq3ptf.fsf@Rainer.invalid> <87ip11h2zq.fsf@gmail.com> <87fvw5fkpt.fsf@Rainer.invalid> <87k3lgewrv.fsf@gmail.com> <87bo6sqhir.fsf@Rainer.invalid> <87mwq7kv0r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtbGP-0006Dq-E0 for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 06:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtbGO-0002zn-5l for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 06:23:17 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:57108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtbGN-0002zW-VF for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 06:23:16 -0400 Received: by mail-lb0-f175.google.com with SMTP id r10so2306500lbi.34 for ; Mon, 01 Jul 2013 03:23:14 -0700 (PDT) In-Reply-To: <87mwq7kv0r.fsf@gmail.com> 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: Eric Schulte Cc: Org Mode Hi Eric On Mon, Jul 1, 2013 at 12:24 AM, Eric Schulte wrote: > I've just pushed up a patch which implements this change. Call lines > should now work exactly as named code blocks providing clarity, > uniformity and the flexibility to run multiple identical call lines. This is very useful for me sometimes, thank you. I am now adapting my recent ERT that you disabled in the meantime due to your changes and therefore have a question. With C-c C-c on this call line #+NAME: src_block_location_shell sect call #+CALL: src_block_location_shell() the result is #+RESULTS: src_block_location_shell sect call : shell a:1, b:0, c:3, d:0, e:0 as expected. With org-test-with-expanded-babel-code I would expect the same but get #+RESULTS: : shell a:1, b:0, c:3, d:0, e:0 Should the behavior of org-test-with-expanded-babel-code not be aligned? Michael