Replace the NEXT keyword with TODO
I don’t think NEXT has any real meaning for me now that I’ve started using my agenda as my real todo list.
This commit is contained in:
parent
8975e2fa22
commit
6b24843ac8
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0104.151132
|
;; Version: 2021.0106.000520
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -343,7 +343,7 @@ also move point to the start of the heading."
|
||||||
|
|
||||||
(setq org-agenda-custom-commands
|
(setq org-agenda-custom-commands
|
||||||
'(("i" "Inbox" tags "CATEGORY=\"inbox\"")
|
'(("i" "Inbox" tags "CATEGORY=\"inbox\"")
|
||||||
("t" "Next" tags-todo "TODO=\"NEXT\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
|
("t" "Todo" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
|
||||||
("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"")
|
("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"")
|
||||||
("s" "Someday" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"")
|
("s" "Someday" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"")
|
||||||
("p" "Projects & ideas" tags "CATEGORY=\"project\"|CATEGORY=\"idea\"")
|
("p" "Projects & ideas" tags "CATEGORY=\"project\"|CATEGORY=\"idea\"")
|
||||||
|
|
Loading…
Reference in a new issue