emacs: org: log repeated state changes into drawer
This commit is contained in:
parent
880cce0680
commit
3d73d9e2ee
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue