Emacs OrgMode: Reports About Clocked Time
The other day I discovered, by mistake or better said by mistyping,
the OrgMode org-clock-display
function which is bound to C-c C-x C-d
.
What does org-clock-display
do?
It creates an overlay
that displays clocked times for the entier buffer.
Simply said: it does some accounting on clocked time
and displays it without changing the underlying buffer.
Once you are done, you remove the overlay using org-clock-remove-overlays
.
Looking for similar or related functions,
I also found the OrgMode org-clock-report
function
which creates a table-based report for the clocked time.
This table is added to the heading
on which the function was run.
Compared with the org-clock-display
,
this report is written to the file.