manual: Improve "The clock table" section
This commit is contained in:
parent
9bc6e644e9
commit
6d0e2f2cc3
|
@ -6468,7 +6468,7 @@ formatted as one or several Org tables.
|
||||||
#+kindex: C-c C-x C-u
|
#+kindex: C-c C-x C-u
|
||||||
#+findex: org-dblock-update
|
#+findex: org-dblock-update
|
||||||
Update dynamic block at point. The cursor needs to be in the
|
Update dynamic block at point. The cursor needs to be in the
|
||||||
~#+BEGIN~ line of the dynamic block.
|
=BEGIN= line of the dynamic block.
|
||||||
|
|
||||||
- {{{kbd(C-u C-c C-x C-u)}}} ::
|
- {{{kbd(C-u C-c C-x C-u)}}} ::
|
||||||
|
|
||||||
|
@ -6529,8 +6529,8 @@ be selected:
|
||||||
- :block ::
|
- :block ::
|
||||||
|
|
||||||
The time block to consider. This block is specified either
|
The time block to consider. This block is specified either
|
||||||
absolute, or relative to the current time and may be any of these
|
absolutely, or relative to the current time and may be any of
|
||||||
formats:
|
these formats:
|
||||||
|
|
||||||
| =2007-12-31= | New year eve 2007 |
|
| =2007-12-31= | New year eve 2007 |
|
||||||
| =2007-12= | December 2007 |
|
| =2007-12= | December 2007 |
|
||||||
|
@ -6541,17 +6541,27 @@ be selected:
|
||||||
| ~thisweek~, ~lastweek~, ~thisweek-N~ | a relative week |
|
| ~thisweek~, ~lastweek~, ~thisweek-N~ | a relative week |
|
||||||
| ~thismonth~, ~lastmonth~, ~thismonth-N~ | a relative month |
|
| ~thismonth~, ~lastmonth~, ~thismonth-N~ | a relative month |
|
||||||
| ~thisyear~, ~lastyear~, ~thisyear-N~ | a relative year |
|
| ~thisyear~, ~lastyear~, ~thisyear-N~ | a relative year |
|
||||||
|
| ~untilnow~ | |
|
||||||
|
|
||||||
Use {{{kbd(S-left)}}} or {{{kbd(S-right)}}} to shift the
|
#+vindex: org-clock-display-default-range
|
||||||
time interval.
|
When this option is not set, Org falls back to the value in
|
||||||
|
~org-clock-display-default-range~, which defaults to the current
|
||||||
|
year.
|
||||||
|
|
||||||
|
Use {{{kbd(S-left)}}} or {{{kbd(S-right)}}} to shift the time
|
||||||
|
interval.
|
||||||
|
|
||||||
- :tstart ::
|
- :tstart ::
|
||||||
|
|
||||||
A time string specifying when to start considering times.
|
A time string specifying when to start considering times.
|
||||||
|
Relative times like ="<-2w>"= can also be used. See [[*Matching
|
||||||
|
tags and properties]] for relative time syntax.
|
||||||
|
|
||||||
- :tend ::
|
- :tend ::
|
||||||
|
|
||||||
A time string specifying when to stop considering times.
|
A time string specifying when to stop considering times.
|
||||||
|
Relative times like ="<now>"= can also be used. See [[*Matching
|
||||||
|
tags and properties]] for relative time syntax.
|
||||||
|
|
||||||
- wstart ::
|
- wstart ::
|
||||||
|
|
||||||
|
@ -6580,10 +6590,10 @@ be selected:
|
||||||
[[*Matching tags and properties]] for the match syntax.
|
[[*Matching tags and properties]] for the match syntax.
|
||||||
|
|
||||||
#+findex: org-clocktable-write-default
|
#+findex: org-clocktable-write-default
|
||||||
Then there are options which determine the formatting of the table.
|
Then there are options that determine the formatting of the table.
|
||||||
There options are interpreted by the function
|
There options are interpreted by the function
|
||||||
~org-clocktable-write-default~, but you can specify your own function
|
~org-clocktable-write-default~, but you can specify your own function
|
||||||
using the ~:formatter~ parameter.
|
using the =:formatter= parameter.
|
||||||
|
|
||||||
- :emphasize ::
|
- :emphasize ::
|
||||||
|
|
||||||
|
@ -6610,7 +6620,7 @@ using the ~:formatter~ parameter.
|
||||||
- :tcolumns ::
|
- :tcolumns ::
|
||||||
|
|
||||||
Number of columns to be used for times. If this is smaller than
|
Number of columns to be used for times. If this is smaller than
|
||||||
~:maxlevel~, lower levels are lumped into one column.
|
=:maxlevel=, lower levels are lumped into one column.
|
||||||
|
|
||||||
- :level ::
|
- :level ::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue