emacs: org: log repeated state changes into drawer

This commit is contained in:
Charlotte Van Petegem 2023-06-28 16:57:45 +02:00
parent 880cce0680
commit 3d73d9e2ee
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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 ()