mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
e41a0d9608
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. |
||
---|---|---|
.. | ||
ChangeLog | ||
ChangeLog.01 | ||
org-agenda.el | ||
org-archive.el | ||
org-attach.el | ||
org-bbdb.el | ||
org-bibtex.el | ||
org-clock.el | ||
org-colview-xemacs.el | ||
org-colview.el | ||
org-compat.el | ||
org-exp.el | ||
org-export-latex.el | ||
org-faces.el | ||
org-gnus.el | ||
org-id.el | ||
org-info.el | ||
org-irc.el | ||
org-jsinfo.el | ||
org-list.el | ||
org-mac-message.el | ||
org-macs.el | ||
org-mew.el | ||
org-mhe.el | ||
org-mouse.el | ||
org-plot.el | ||
org-publish.el | ||
org-remember.el | ||
org-rmail.el | ||
org-table.el | ||
org-vm.el | ||
org-wl.el | ||
org.el |