From 822633c4287c9a4c91819674018568a5bef11194 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 6 Jun 2022 06:33:53 -0400 Subject: [PATCH] emacs: Turn on logging time of completition into drawer --- doom.d/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index c092af5..a53cee4 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -304,7 +304,8 @@ work if it thinks it needs to." Log state changes into a drawer #+begin_src emacs-lisp (after! org - (setq org-log-into-drawer t)) + (setq org-log-into-drawer t + org-log-done 'time)) #+end_src ** org-roam A second brain in emacs