Set org-log-note-clock-out to non-nil
So i can log some thoughts when clocking out from a task.
This commit is contained in:
parent
94ffcbe4ef
commit
ab29d5d2f5
@ -2687,7 +2687,8 @@ This is a big one; I use a lot of customisation here.
|
||||
(gpolonkai/org-skip-subtree-if-state "SOMEDAY")
|
||||
(org-agenda-skip-if nil '(scheduled deadline))))
|
||||
(org-agenda-overriding-header "ALL normal priority tasks"))))
|
||||
((org-agenda-compact-blocks t)))))
|
||||
((org-agenda-compact-blocks t))))
|
||||
org-log-note-clock-out t)
|
||||
:config
|
||||
;; Load the markdown exporter
|
||||
(require 'ox-md)
|
||||
|
Loading…
Reference in New Issue
Block a user