diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -983,8 +983,8 @@ | |||
983 | :config | 983 | :config |
984 | (setq org-agenda-start-with-log-mode t | 984 | (setq org-agenda-start-with-log-mode t |
985 | org-agenda-files '("~/kb/agenda.org" | 985 | org-agenda-files '("~/kb/agenda.org" |
986 | "~/kb/agenda.archive.org" | 986 | "~/kb/inbox.org" |
987 | "~/kb/inbox.org") | 987 | "~/kb/log.org") |
988 | org-todo-keywords | 988 | org-todo-keywords |
989 | '((sequence "TODO(t)" "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" | 989 | '((sequence "TODO(t)" "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" |
990 | "REVIEW(re)" "|" "DONE(d)" "CANCELED(ca)") | 990 | "REVIEW(re)" "|" "DONE(d)" "CANCELED(ca)") |