>>> "Jose" == Jose E Marchesi <jema...@gnu.org> writes:
>> 1) Using ob-rec.el (part of recutils) >> #+begin_src rec :data mydata.rec :type milestone :fields ProjectID,Name >> Year == 2014 >> #+end_src > #+begin_src rec :data mydata.rec :type milestone :fields ProjectID,Name > Year == '2014' > #+end_src > It produces: > #+RESULTS: > | ProjectID | Name | > |-----------+---------| > | 2 | Another | > | 4 | Foo | BTW is the inverse operation possible: from an orgtable to one or more fields in a recfile? Uwe