summaryrefslogtreecommitdiff
path: root/emacs_init
diff options
context:
space:
mode:
authoryaideltg <github.j9jab@aleeas.com>2023-06-20 09:00:15 +0200
committeryaideltg <github.j9jab@aleeas.com>2023-06-20 09:00:15 +0200
commit6f9e0452a0eb23e6cd7a18bb5bd87356ae85d7bc (patch)
tree042ce6505d1d6c2052b12585c01f993fc67101ff /emacs_init
parent70d898b72b2bd20d0f5b22738109456682e642bd (diff)
downloadconfiguration files-6f9e0452a0eb23e6cd7a18bb5bd87356ae85d7bc.tar.gz
configuration files-6f9e0452a0eb23e6cd7a18bb5bd87356ae85d7bc.tar.bz2
configuration files-6f9e0452a0eb23e6cd7a18bb5bd87356ae85d7bc.zip
Further arrangements in the agenda buffer to manage projects
Diffstat (limited to 'emacs_init')
-rw-r--r--emacs_init/dot_emacs.org19
1 files changed, 16 insertions, 3 deletions
diff --git a/emacs_init/dot_emacs.org b/emacs_init/dot_emacs.org
index cadd167..2345912 100644
--- a/emacs_init/dot_emacs.org
+++ b/emacs_init/dot_emacs.org
@@ -737,18 +737,18 @@ because it uses [[*Denote][Denote's]] tags in the file name to detect the projec
(org-agenda-sorting-strategy
(quote
(time-up deadline-down priority-down)))))
- (tags-todo "TODO=\"WORKING\""
+ (tags-todo "-@project/+WORKING"
((org-agenda-overriding-header "Tasks in progress")
(org-agenda-sorting-strategy
(quote
(priority-down deadline-down effort-down)))))
- (tags-todo "TODO=\"NEXT\""
+ (tags-todo "-@project/+NEXT"
((org-agenda-overriding-header "Next tasks")
(org-agenda-sorting-strategy
(quote
(priority-down deadline-down effort-down)))
(org-agenda-max-entries 5)))
- (tags-todo "TODO=\"TODO\""
+ (tags-todo "-@project/+TODO"
((org-agenda-overriding-header "TODOs")
(org-agenda-sorting-strategy
(quote
@@ -787,6 +787,19 @@ because it uses [[*Denote][Denote's]] tags in the file name to detect the projec
(quote
(priority-down deadline-down effort-down)))))
))
+ ("p" "Projects"
+ ((tags-todo "+@project/-DELEGATED-DONE-CANCELLED"
+ ((org-agenda-overriding-header "Working on:")
+ (org-agenda-sorting-strategy
+ (quote
+ (priority-down deadline-down effort-down)))))
+ (tags-todo "@project+@someday/-DELEGATED-DONE-CANCELLED"
+ ((org-agenda-overriding-header "Future Projects:")
+ (org-agenda-sorting-strategy
+ (quote
+ (priority-down deadline-down effort-down)))))
+ (org-agenda-list-stuck-projects)
+ ))
))
(setq org-stuck-projects