[Org] Record closing information also for interruptions

This commit is contained in:
Daniel - 2019-05-20 17:32:38 +02:00
parent bb6018c0f8
commit a48177680e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -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"