summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-03-13 15:02:52 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-03-13 16:15:30 +0800
commit519cd895acac991878b13a9cb8e06e1cbf2e10b6 (patch)
treebc7dff719e290b1c5d7896395016838164775146
parent11d533ead8092e0d060770992064119a1c8aa05f (diff)
downloaddotfiles-519cd895acac991878b13a9cb8e06e1cbf2e10b6.tar.gz
C-c o a A shouldn't skip deadlines under the Routine category
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a6e3eb72..5ab92cf4 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -5224,7 +5224,8 @@ completed, and trees with (possibly inherited) NOARCHIVE tag"
(spw/has-next-action-p))))
(defun spw/skip-routine ()
- (spw/skip-when (string= "Routine" (org-get-category))))
+ (spw/skip-when (and (org-agenda-skip-entry-if 'scheduled)
+ (string= "Routine" (org-get-category)))))
(defun spw/skip-non-actionable ()
"Skip: