diff options
| -rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -157,8 +157,9 @@ org-agenda-window-setup 'only-window org-startup-folded 'overview org-cycle-hide-drawer-startup t + org-drawers '("PROPERTIES" "LOGBOOK") org-todo-keywords - '((sequence "TODO" "CLARIFY" "|" "DONE")) + '((sequence "TODO" "CLARIFY" "|" "DONE(d!)")) org-use-speed-commands t org-refile-use-outline-path 'file org-outline-path-complete-in-steps nil @@ -167,7 +168,7 @@ org-special-ctrl-a/e t org-insert-heading-respect-content t org-log-done 'time - org-log-into-drawer t) + org-log-into-drawer "LOGBOOK") :config ;; Keep capture modal in the current window. |
