diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 5c25715..e5f6b0b 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0730.231625 +;; Version: 2021.0803.090051 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -439,8 +439,11 @@ also move point to the start of the heading." (oni-org-create-chapter-section chapter-name notes-file)))) (setq org-todo-keywords - '((sequence "TODO(t)" "NEXT(n)" "BLOCKED(b@)" "IN-PROGRESS(p)" - "|" "DONE(d!)" "CANCELLED(c@)"))) + '((sequence "TODO(t)" "WIP" "BLOCKED(b@)" "|" "DONE(d!)") + (sequence "READ(r)" "READING(!)" "|" "FINISHED(!)" "STOPPED(@)") + (sequence "WATCH(w)" "WATCHING" "|" "WATCHED(!)") + (sequence "LISTEN(l)" "LISTENING" "|" "DONE(d!)") + (sequence "|" "CANCELLED(c@)"))) (setf (alist-get 'file org-link-frame-setup) 'find-file)