aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-12-29 19:43:13 -0500
committerBardofSprites <[email protected]>2024-12-29 19:43:13 -0500
commitf570625833299005aaeb0dd6759bfb5c43ce8ba7 (patch)
treee1cfab2533dce20da7244ca20f3728c8d6ef0663 /bard-emacs-modules
parentd80f32d11c2bd1d4af23e9f8e73e6718a8e957f6 (diff)
add deadlines section
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index 073aeab..179c937 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -43,6 +43,11 @@
((tags-todo "!TODO"
((org-agenda-overriding-header "Unscheduled Tasks \n")
(org-agenda-skip-function '(org-agenda-skip-entry-if 'timestamp))))
+ (tags-todo "+DEADLINE<>\"\""
+ ((org-agenda-sorting-strategy '(deadline-up priority-down))
+ (org-agenda-overriding-header "Deadline Items")
+ (org-agenda-prefix-format " %i %-12:c%?-12t% s")
+ (org-agenda-format-date "%A %-e %B %Y")))
(agenda "" ((org-agenda-span 1)
(org-agenda-start-day nil)
(org-deadline-warning-days 0)
@@ -54,10 +59,7 @@
(org-calendar-holiday)
(org-deadline-warning-days 0)
(org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
- (org-agenda-overriding-header "Upcoming this week \n")))
- (tags "+wait"
- ((org-agenda-overriding-header "Low Priority Tasks\n")
- (org-agenda-skip-function '(org-agenda-skip-entry-if 'timestamp))))))
+ (org-agenda-overriding-header "Upcoming this week \n")))))
("Y" "Yearly view for all tasks"
((agenda "" ((org-agenda-span 365)
(org-deadline-warning-days 2)