From 1ae504e6f0ecd35d0a04cd7875afae2f8cc70a75 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 3 Aug 2021 09:02:35 -0700 Subject: [oni-org] Expand/update used todo keywords --- oni-org/oni-org.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'oni-org/oni-org.el') 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) -- cgit v1.2.3-54-g00ecf