org-mode/doc
Carsten Dominik e41a0d9608 Implement table formulas for clocktables.
Org-mode produces summaries of clocked items in the form of Org-mode
tables.  This patch implements the possibility to define formulas that
should be applied to the clock tables, in order to do additional
analysis.

Formulas for clock tables are supported in two ways.

First, a formula can simply be added by hand to a table.  Part of this
patch makes sure that, when the previous version of the table contains
a #+TBLFM: line, it will be copied to the new version.

Secondly, the clocktable definition allows a new parameter
`:formula'.  The string value of this parameter will be installed as
the formula line for the table.  If a formula parameter is given, it
will overrule any previous formula line.

As a special case, using the symbol `%' as the formula will install a
formula that will compute the fraction of total time that was spent in
a subtree.

In both cases, the formulas will be immediately evaluated after the
table has been created.
2008-11-10 20:57:48 +01:00
..
.aspell.org.conf Track support files useful in checking Org documentation. 2008-04-01 15:59:35 +02:00
ChangeLog Implement table formulas for clocktables. 2008-11-10 20:57:48 +01:00
Documentation_Standards.org Add the Standards file, more entries in .gitignore. 2008-04-01 16:42:15 +02:00
dir Split out a number of files from org.el, and reorganize the 2008-03-28 09:57:14 +01:00
org.texi Implement table formulas for clocktables. 2008-11-10 20:57:48 +01:00
orgcard.tex Release 6.11c. 2008-11-09 08:20:00 +01:00
orgcard.txt Update orgcard.txt for 6.10 2008-10-23 15:26:06 -04:00
texinfo.tex Split out a number of files from org.el, and reorganize the 2008-03-28 09:57:14 +01:00