Skip to content

Commit

Permalink
[FIX][Agenda] add a “WAIT” section in work agenda view
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurleothaud committed Jun 5, 2024
1 parent b70f127 commit ef2d717
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,16 @@
'deadline
'scheduled
'regexp "#A"
'todo '("STARTED"))))))
'todo '("STARTED" "WAIT")))))
(tags-todo "enercoop" ;; Block 2 All work-related TODOs
((org-agenda-overriding-header "⌚ En attente")
(org-agenda-sorting-strategy '(todo-state-up
priority-down
user-defined-down
effort-up
alpha-up))
(org-agenda-skip-function '(org-agenda-skip-entry-if
'nottodo '("WAIT"))))))
((org-agenda-cmp-user-defined (cmp-date-property "CREATED"))
(org-agenda-files `(,my-private-work-todo-org-file
,my-private-work-diary-org-file))
Expand Down

0 comments on commit ef2d717

Please sign in to comment.