Move reading list to main overview

As with the next action list, it's better to keep the reading list in sight so
that when I decide what to do next, it's there and showing me all the
possibilities.
This commit is contained in:
Daniel Borchmann 2021-05-16 08:17:53 +02:00
parent 299ab9d147
commit 6c4daa1cf5
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 6 additions and 6 deletions

12
init.el
View File

@ -1066,7 +1066,12 @@
(org-tags-match-list-sublevels t)
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy
'(priority-down category-up))))))
'(priority-down category-up))))
(tags-todo "READ-SOMEWHEN/-DONE"
((org-agenda-overriding-header "Reading List")
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy
'(priority-down time-up category-keep))))))
("O" "Open, non-periodic TODOs"
((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD"
((org-agenda-overriding-header "List of open, non-periodic TODO items")
@ -1077,11 +1082,6 @@
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
((tags-todo "WAIT"
((org-agenda-overriding-header "Waiting For List")))
(tags-todo "READ-SOMEWHEN/-DONE"
((org-agenda-overriding-header "Reading List")
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy
'(priority-down time-up category-keep))))
(tags-todo "DATE"
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")
(org-agenda-todo-ignore-timestamp 0)))