summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a253bb7..1ee23b9 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1567,9 +1567,10 @@ Org is wünderbar.
                                                  (plain-list-item . auto))
                     org-fontify-done-headline t
 
-                    org-todo-keywords '((sequence "TODO" "STARTED" "|" "DONE")
+                    org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" "STARTED(s!)" "|" "DONE(d!)")
                                         (sequence "TOLEARN" "LEARNING" "LEARNED" "|" "MASTERED")
-                                        (sequence "|" "CANCELLED")))
+                                        (sequence "|" "CANCELLED(c@)"))
+                    org-log-into-drawer "LOGBOOK")
               (set-register ?o `(file . ,(expand-file-name "organiser.org" org-directory)))
               (add-hook 'org-mode-hook #'turn-on-auto-fill)
               (defadvice org-clock-in (after wicked activate)