From 445943f98eee633fe9960da3dde2568a0b1e0691 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 23 Sep 2020 08:23:02 +0200 Subject: [PATCH] /Users/yaesposi/y/her.esy.fun/src/drafts/XXXX-org-mode-intro/index.org --- src/drafts/XXXX-org-mode-intro/index.org | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/drafts/XXXX-org-mode-intro/index.org b/src/drafts/XXXX-org-mode-intro/index.org index cea8e51..89cb643 100644 --- a/src/drafts/XXXX-org-mode-intro/index.org +++ b/src/drafts/XXXX-org-mode-intro/index.org @@ -152,6 +152,31 @@ I can: By the end of the day, my tracker file will contain a date tree with all the tasks I done in the day. All tasks nicely clocked. +I generally create a clock report that look like this: + +#+BEGIN_SRC + #+BEGIN: clocktable :scope subtree :maxlevel 4 :timestamp t + #+CAPTION: Clock summary at [2020-09-23 Wed 08:20] + | Timestamp | Headline | Time | | | | + |------------------------+------------------------------------------------+--------+---+------+------| + | | *Total time* | *6:40* | | | | + |------------------------+------------------------------------------------+--------+---+------+------| + | | \_ 2020-09-21 Monday | | | 6:40 | | + | [2020-09-21 Mon 09:54] | \_ check chat | | | | 0:06 | + | [2020-09-21 Mon 10:00] | \_ check cebex teams | | | | 0:11 | + | [2020-09-21 Mon 10:11] | \_ check emails | | | | 0:07 | + | [2020-09-21 Mon 10:37] | \_ PR Victor split oauth-code-flow tests | | | | 0:44 | + | [2020-09-21 Mon 11:21] | \_ feedback from my PR | | | | 0:36 | + | [2020-09-21 Mon 12:08] | \_ Guillaume review Webhook tenzin-config | | | | 0:12 | + | [2020-09-21 Mon 13:41] | \_ Check work todo | | | | 0:11 | + | [2020-09-21 Mon 13:53] | \_ doom-emcas config | | | | 0:16 | + | [2020-09-21 Mon 14:09] | \_ small pause | | | | 0:51 | + | [2020-09-21 Mon 15:00] | \_ work on PR | | | | 1:30 | + | [2020-09-21 Mon 16:49] | \_ build Victor | | | | 0:33 | + | [2020-09-21 Mon 17:03] | \_ mbsync fastmail | | | | 0:55 | + | [2020-09-21 Mon 17:58] | \_ Chat Jyoti | | | | 0:28 | + +#+END_SRC * Footnotes :PROPERTIES: