aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-01-17 07:24:28 -0500
committerBardofSprites <[email protected]>2025-01-17 07:24:28 -0500
commit4b2f8bacb62b36a8ea23d4c6a7bd0506cddcd03d (patch)
tree48c348fd60bdde206575f2314e4c7490fc77b4a1
parent1e4f124482e99fee7df578764501049e4f5da4a7 (diff)
specifically not scheduled deadlines
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index 179c937..ce7d4e8 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -43,7 +43,7 @@
((tags-todo "!TODO"
((org-agenda-overriding-header "Unscheduled Tasks \n")
(org-agenda-skip-function '(org-agenda-skip-entry-if 'timestamp))))
- (tags-todo "+DEADLINE<>\"\""
+ (tags-todo "-SCHEDULED<>\"\"+DEADLINE<>\"\""
((org-agenda-sorting-strategy '(deadline-up priority-down))
(org-agenda-overriding-header "Deadline Items")
(org-agenda-prefix-format " %i %-12:c%?-12t% s")