Compare commits

...

3 Commits

Author SHA1 Message Date
690d16cdab
Include complex tasks in main Backlog agenda view
This is not optional yet, but without an explicit GOAL tag it's hard to do
better.
2022-06-20 17:44:14 +02:00
7bba7ffbab
Remove obsolete REGULAR tag from definition of stuck tasks 2022-06-20 17:44:04 +02:00
d7bf414fd5
Remove list of open tasks from project agenda
This list only shows complex tasks, i.e., tasks with sub-items, and is therefore
not a faithful indicator for overwork (this was the original intention to have
this list).  A better indicator might be to check the Backlog Agenda, but this
list might contain items far in the future and could thus also not be a valid
indicator for overwork.
2022-06-20 17:18:11 +02:00

14
init.el
View File

@ -1114,7 +1114,7 @@ respectively."
;; here is that projects that have an explicit SCHEDULED entry
;; should not be considered before this date is due.
org-stuck-projects
'("+TODO=\"\"-DATE-REGULAR-HOLD-NOTE-TAGS={NOP\\|TOPIC\\|SOMEWHEN\\|TEMPLATE}-SCHEDULED>=\"<+1d>\""
'("+TODO=\"\"-DATE-HOLD-NOTE-TAGS={NOP\\|TOPIC\\|SOMEWHEN\\|TEMPLATE}-SCHEDULED>=\"<+1d>\""
("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN")
()
"")
@ -1146,10 +1146,10 @@ respectively."
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy '(priority-down effort-up category-keep))))))
("B" "Backlog"
((tags-todo "-HOLD-SOMEWHEN-DATE-PERIODIC-TEMPLATE/-DONE"
((org-agenda-overriding-header "Backlog items (next items list without periodic tasks; includes waiting-fors)")
(org-tags-match-list-sublevels t)
(org-agenda-sorting-strategy '(priority-down effort-up category-keep))))))
((tags "-HOLD-SOMEWHEN-DATE-PERIODIC-NOTE-NOP-TOPIC-TEMPLATE-TODO={DONE\\|CANC}"
((org-agenda-overriding-header "Backlog items (no periodic tasks)")
(org-tags-match-list-sublevels t)
(org-agenda-sorting-strategy '(priority-down effort-up category-keep))))))
("O" "Open, non-periodic TODOs"
((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD-TEMPLATE"
((org-agenda-overriding-header "List of open, non-periodic TODO items")
@ -1181,10 +1181,8 @@ respectively."
("P" "Current Projects and Topics"
((stuck ""
((org-agenda-overriding-header "Stuck Tasks")
((org-agenda-overriding-header "Stuck Complex Tasks")
(org-agenda-todo-ignore-scheduled 'future)))
(tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE-SOMEWHEN-HOLD-TEMPLATE-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Open Tasks")))
(tags "TAGS={NOTE}-TODO={CANC\\|DONE}-HOLD-NOP"
((org-agenda-overriding-header "Project Notes (items explicitly tagged with NOTE but not NOP)")))
(tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\""