From a48177680e11dca31d1890d52c777aeb10710bed Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 20 May 2019 17:32:38 +0200 Subject: [PATCH] [Org] Record closing information also for interruptions --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 179879f..a59335d 100644 --- a/init.el +++ b/init.el @@ -1049,12 +1049,13 @@ search commands like `db/helm-shortcuts’." ("in" "Interruption now" entry (file db/org-default-refile-file) - "* DONE %^{What}\n\n%?" + "* DONE %^{What}\nCLOSED: %U\n\n%?" :clock-in t :clock-resume t) ("ip" "Interruption previously" ; bad English vs mnemonics entry (file db/org-default-refile-file) ,(concat "* DONE %^{What}\n" + "CLOSED: %U\n" ":LOGBOOK:\n" "%(timeline-tools-clockline-no-org-agenda-conflicts)\n" ; evaluated before above prompt? ":END:\n"