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:46:10 +0300 Message-ID: <17458.1402119970@greg-minshalls-mbp.local> References: <871tv2ezaf.fsf@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wt9SO-00052B-3t for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 01:46:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wt9SG-0003Bf-KW for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 01:46:20 -0400 Received: from relay00.pair.com ([209.68.5.9]:1411) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Wt9SG-0003BT-EX for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 01:46:12 -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 though, in the spirit of "no good deed goes unpunished": ---- #+name: foo | a | b | c | #+begin_src awk :var a=foo BEGIN{ print a; } #+end_src ---- gives an error (and, ':var a="this is a test"' doesn't behave as one might expect). i haven't looked at ob-*.el enough to know the patterns used to wrap up various forms of variables into different languages.