Some org-mode related project currently being developed in worg.
Located in file:elisp/org-collector.el.
A utility for collecting properties from the headers in an org file, running the properties through arbitrary elisp functions, and presenting the results in a table.
The functionality of this tool is similar to the functionality of info:org:Capturing column view, but this has support for processing prior to the generation of the table.
Here is a simple example application of this utility.
it might be better to put an exercise example here if someone has one.
| "ITEM" | "f" | "d" | "list" | "(apply (quote *) list)" | "(+ f d)" |
|---|---|---|---|---|---|
| "run1" | 2 | 33 | (quote (9 2 3 4 5 6 7)) | 45360 | 35 |
| "run2" | 4 | 34 | :na | :na | 38 |
| "run3" | 4 | 35 | :na | :na | 39 |
| "run4" | 2 | 36 | :na | :na | 38 |