[Top][All Lists]
[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
- [O] babel awk with table input: Code block produced no output.,
Greg Minshall <=
- Re: [O] babel awk with table input: Code block produced no output., Sebastien Vauban, 2012/08/02
- [O] [BUG] Traceback on Org-Export, Luis Anaya, 2012/08/02
- Re: [O] [BUG] Traceback on Org-Export, Bastien, 2012/08/03
- Re: [O] [BUG] Traceback on Org-Export, Luis Anaya, 2012/08/03
- Re: [O] [BUG] Traceback on Org-Export, Achim Gratz, 2012/08/04
- Re: [O] [BUG] Traceback on Org-Export, Achim Gratz, 2012/08/04
- Re: [O] [BUG] Traceback on Org-Export, Bastien, 2012/08/04
- Re: [O] [BUG] Traceback on Org-Export, Achim Gratz, 2012/08/04
- Re: [O] [BUG] Traceback on Org-Export, Bastien, 2012/08/05
- Re: [O] [BUG] Traceback on Org-Export, Achim Gratz, 2012/08/05