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:46:10 +0300

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.



reply via email to

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