Re: [Orgmode] [BABEL] ob-rec.el and some questions

2011-02-15 Thread Jose E. Marchesi
> Extracting the records from org tables or raw rec data, you mean? It > would be easy to use csv2rec and recins to implement a recins block: > Yes, I was thinking of something like the following. Rather than create a new block type, simply add a header argument (or body

Re: [Orgmode] [BABEL] ob-rec.el and some questions

2011-02-15 Thread Eric Schulte
jema...@gnu.org (Jose E. Marchesi) writes: > > #+begin_src rec :data hackers.rec :fields Name,Email :type Hacker > > Papers = 'requested' && CreatedAt << '01 January 2011' > > #+end_src > > > > Very cool! Now is the time when I ask, would you consider adding this > to

Re: [Orgmode] [BABEL] ob-rec.el and some questions

2011-02-15 Thread Jose E. Marchesi
> #+begin_src rec :data hackers.rec :fields Name,Email :type Hacker > Papers = 'requested' && CreatedAt << '01 January 2011' > #+end_src > Very cool! Now is the time when I ask, would you consider adding this to the Org-mode core, which requires filling out the FSF co

Re: [Orgmode] [BABEL] ob-rec.el and some questions

2011-02-15 Thread Eric Schulte
jema...@gnu.org (Jose E. Marchesi) writes: > Hi. > > I have been playing a bit with org babel, the goal being to be able to > query a recfile[1] and insert the result as a rec table. Thanks to the > superb design of org-babel and the existing examples, I quickly wrote > the attached little hack.

[Orgmode] [BABEL] ob-rec.el and some questions

2011-02-14 Thread Jose E. Marchesi
Hi. I have been playing a bit with org babel, the goal being to be able to query a recfile[1] and insert the result as a rec table. Thanks to the superb design of org-babel and the existing examples, I quickly wrote the attached little hack. The hack allows to query a rec file 'foo.rec' as foll