Add documentation for the new age operators.

This commit is contained in:
James TD Smith 2009-11-01 18:56:25 +00:00
parent ad6ad990ad
commit eb16b3c5db
2 changed files with 31 additions and 18 deletions

View File

@ -3,6 +3,12 @@
* org.texi (Structure editing, Plain lists): Document indentation
cycling in empty entries with TAB.
2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
* org.texi (Column attributes): Add the new age summary operators.
Also, mention the fact you can only use one summary operator per
property.
2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
* orgcard.tex: Document the new archiving keys.

View File

@ -4606,9 +4606,16 @@ optional. The individual parts have the following meaning:
@{:min@} @r{Smallest time value in column.}
@{:max@} @r{Largest time value.}
@{:mean@} @r{Arithmetic mean of time values.}
@{@@min@} @r{Minimum age (in days/hours/mins/seconds).}
@{@@max@} @r{Maximum age (in days/hours/mins/seconds).}
@{@@mean@} @r{Arithmetic mean of ages (in days/hours/mins/seconds).}
@end example
@noindent
Be aware that you can only have use one summary type for any property you
include. Subsequent columns referencing the same property will al display the
same summary information.
Here is an example for a complete columns definition, along with allowed
values.