Ongoing Development of Org Additions?

{Back to Worg's index}

Table of Contents

Current Projects

Some org-mode related project currently being developed in worg.

Org Collector

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"233(quote (9 2 3 4 5 6 7))4536035
"run2"434:na:na38
"run3"435:na:na39
"run4"236:na:na38

Example Data

  • run1
  • run2
  • run3
  • run4