From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Minshall Subject: Re: a minor patch to awk invocation Date: Sat, 07 Jun 2014 08:42:40 +0300 Message-ID: <17418.1402119760@greg-minshalls-mbp.local> References: <871tv2ezaf.fsf@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wt9P1-0003sQ-Ay for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 01:42:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wt9Ot-0001Bq-Sl for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 01:42:51 -0400 Received: from relay01.pair.com ([209.68.5.15]:3551) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Wt9Ot-0001BH-NL for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 01:42:43 -0400 In-reply-to: Your message of "Fri, 06 Jun 2014 12:52:21 -0400." <871tv2ezaf.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: emacs-orgmode@gnu.org very nice -- thanks! ---- > I've just pushed up a patch which changes the behavior of awk code > blocks to assign variables on the command line, so the following now > work. > #+begin_src awk :var a=2 > BEGIN{ print a; } > #+end_src > #+RESULTS: > : 2