emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] a minor patch to awk invocation


From: Greg Minshall
Subject: Re: [O] a minor patch to awk invocation
Date: Sat, 07 Jun 2014 08:42:40 +0300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]