From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: babel awk with table input: Code block produced no output. Date: Thu, 02 Aug 2012 15:21:01 +0200 Message-ID: <80hasl1lc2.fsf@somewhere.org> References: <54085.1343912461@gregair> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Greg, Greg Minshall wrote: > hi. it appears that a left or right paren in an entry in a table makes > awk not execute. here's an example (change ":stdin fails" to ":stdin > works" to see it work). cheers, Greg > ---- > #+tblname: fails > | proto | no c code | | > | pscl | c code, just fine | | > | quadprog | (minimal) c code, just fine | | > > #+tblname: works > | proto | no c code | | > | pscl | c code, just fine | | > | quadprog | minimal c code, just fine | | > > #+begin_src awk :stdin fails > BEGIN { > print "starting" > } > { > print $0 > } > #+end_src Confirmed. Though, no idea why. Best regards, Seb -- Sebastien Vauban