emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Greg Minshall
Subject: [O] babel awk with table input: Code block produced no output.
Date: Thu, 02 Aug 2012 09:01:01 -0400

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



reply via email to

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