[org] Add a second end-time to the table so the sum actually makes sense

Otherwise I'll have to remember this on clocking out and the tracked
time can still be deffered from the clock-report, so we're good.
This commit is contained in:
Sebastian Schulze 2022-02-15 22:30:49 +01:00
parent 3cb984e046
commit 4ab71f8bfe
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@
(org-table-insert-row)
(org-insert-time-stamp (org-read-date nil t "+0d 09:30") t)
(execute-kbd-macro (read-kbd-macro "<tab>"))
(org-insert-time-stamp (org-read-date nil t "+0d 17:30") t)
(execute-kbd-macro (read-kbd-macro "<backtab>f:"))
(org-clock-in)
(save-buffer))