From 6d76ef6ef0b0c11ebd472cd60fceaf20e534eb8f Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Mon, 18 May 2020 11:06:01 +0200 Subject: [PATCH] done tasks now automatically timestamped --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 6ccb82d..54deefc 100644 --- a/init.org +++ b/init.org @@ -492,7 +492,9 @@ Windows Theme: (setq org-src-window-setup 'current-window ;; C-c ' opens in current window org-src-fontify-natively t ;; use syntax highlighting in code blocks org-src-preserve-indentation t ;; no extra indentation - org-src-tab-acts-natively t)) + org-src-tab-acts-natively t) + + (setq org-log-done 'time)) ;; create timestamp when task is done #+END_SRC ** languages :PROPERTIES: