Re: [O] Calling org babel to each row in a table

2013-06-30 Thread Eric Schulte
Joe Bogner writes: > I often need to transform a table or list of values into a block of text. > For example, if I have a list of 4 files that I want to generate a SQL > script for. > > After hunting around, this is the best I came up with: > > #+name: table > | File | > | a| > | b| > | c

[O] Calling org babel to each row in a table

2013-06-30 Thread Joe Bogner
I often need to transform a table or list of values into a block of text. For example, if I have a list of 4 files that I want to generate a SQL script for. After hunting around, this is the best I came up with: #+name: table | File | | a| | b| | c| | d| #+name: template #+begin_