summaryrefslogtreecommitdiff
path: root/lisp/ss-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ss-org.el')
-rw-r--r--lisp/ss-org.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ss-org.el b/lisp/ss-org.el
index 4a8836c..e75208d 100644
--- a/lisp/ss-org.el
+++ b/lisp/ss-org.el
@@ -79,7 +79,12 @@
:config
(setq org-directory ss-org-directory
org-hide-emphasis-markers t
- org-agenda-search-headline-for-time t)
+ org-agenda-search-headline-for-time t
+ org-todo-keywords
+ '((sequence "TODO(t)" "CLARIFY(c)" "WAIT(w@/!)" "|"
+ "DONE(d)" "CANCELLED(x@)"))
+ org-log-done 'note
+ org-log-into-drawer t)
(add-hook 'org-mode-hook
(lambda ()
(setq-local org-hide-emphasis-markers t)