From ab29d5d2f5b055007beb1efbf375c1827bc74542 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 1 Apr 2019 07:54:14 +0200 Subject: [PATCH] Set org-log-note-clock-out to non-nil So i can log some thoughts when clocking out from a task. --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 833178a..6ce4e57 100644 --- a/configuration.org +++ b/configuration.org @@ -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)