From 21804542a80ce91530969b933424145003b9c57a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 7 Jul 2022 17:25:19 -0700 Subject: feat(org-mode): add more TODO keywords I want some keywords related to reading (books, articles, feeds, etc). Change-Id: I2c599606b7f537946200dc0e805856d51c9c5b0a Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/616 Tested-by: CI Reviewed-by: Franck Cuny --- emacs/custom/my-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el index bd09819..ac7ad5d 100644 --- a/emacs/custom/my-org.el +++ b/emacs/custom/my-org.el @@ -36,7 +36,8 @@ (setq org-log-into-drawer t) ;; insert state change in the drawer (setq org-cycle-separator-lines 0) (setq org-startup-folded 'content) -(setq org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" "|" "DONE" "CANCELED"))) +(setq org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" "|" "DONE" "CANCELED") + (sequence "TO-READ(r/!)" "READING(/!)" "|" "READ(R@)"))) (setq org-priority-start-cycle-with-default nil) ;; Start one over/under default value. (setq org-highest-priority ?A) -- cgit 1.4.1