emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] babel awk with table input: Code block produced no output.


From: Sebastien Vauban
Subject: Re: [O] babel awk with table input: Code block produced no output.
Date: Thu, 02 Aug 2012 15:21:01 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (windows-nt)

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




reply via email to

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