Change a heading in the FAQ
[Worg/babel-doc.git] / org-devel.org
bloba40f5abd056416825c225724b38ba11a5db46b92
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
2 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS:       Write(w) Update(u) Fix(f) Check(c) 
5 #+TITLE:      Ongoing Development of Org Additions?
6 #+AUTHOR:     Worg people
7 #+EMAIL:      bzg AT altern DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
12 # This file is the default header for new Org files in Worg.  Feel free
13 # to tailor it to your needs.
15 [[file:index.org][{Back to Worg's index}]]
17 * Current Projects
18 Some org-mode related project currently being developed in worg.
21 ** Org Collector
23 Located in the =contrib/lisp/= directory of org-mode.
25 A utility for collecting properties from the headers in an org file,
26 running the properties through arbitrary elisp functions, and
27 presenting the results in a table.
29 The functionality of this tool is similar to the functionality of
30 [[info:org:Capturing%20column%20view][info:org:Capturing column view]], but this has support for processing
31 prior to the generation of the table.
33 Here is a simple example application of this utility.
35 #+begin_comment ems better example
36 it might be better to put an exercise example here if someone has one.
37 #+end_comment
39 #+BEGIN: propview :id "data" :cols (ITEM f d list (apply '* list) (+ f d))
41 #+END:
43 *** Example Data
44       :PROPERTIES:
45       :ID:       data
46       :END:
48 ****** run1
49       :PROPERTIES:
50       :d: 33
51       :f: 2
52       :list: '(9 2 3 4 5 6 7)
53       :END:
56 ****** run2
57       :PROPERTIES:
58       :d: 34
59       :f: 4
60       :END:
63 ****** run3
64       :PROPERTIES:
65       :d: 35
66       :f: 4
67       :END:
70 ****** run4
71       :PROPERTIES:
72       :d: 36
73       :f: 2
74       :END: