From 3d73d9e2ee888f69d080c653706ac2f534ba881b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 28 Jun 2023 16:57:45 +0200 Subject: [PATCH] emacs: org: log repeated state changes into drawer --- modules/base/emacs/base-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/base/emacs/base-init.el b/modules/base/emacs/base-init.el index bceb24f0..fe686d40 100644 --- a/modules/base/emacs/base-init.el +++ b/modules/base/emacs/base-init.el @@ -243,6 +243,7 @@ (org-default-notes-file (concat org-directory "/inbox.org") "Capture in inbox by default") (org-agenda-files '("~/sync/notes") "Let's say all files can contain events for now") (org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "DOING(i)" "DONE(d)")) "Add next and doing states") + (org-log-into-drawer "LOGBOOK" "Log repeated task state changes into drawer named LOGBOOK") :demand t :config (defun find-file-in-org-directory ()