From 95250494c84448e9724ba3f34d14dc58cd3da72c Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 26 Apr 2022 22:59:41 -0400 Subject: [PATCH] ENH include all tags in agenda --- local/lib/org-x/org-x-dag.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index 453f401..3e813a4 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -2935,9 +2935,7 @@ FUTURE-LIMIT in a list." (-when-let (pts (-some->> (org-x-dag-id->planning-timestamp which id) (org-x-dag-partition-timestamp))) (-when-let (ds (get-datetimes donep dt-fun pts)) - (-let ((tags (if (eq (org-x-dag-id->group id) :daily) - (org-x-dag-id->local-tags id) - (org-x-dag-id->tags id))) + (-let ((tags (org-x-dag-id->tags id)) ((&plist :pos) pts)) (--map (list :pos pos :datetime it :tags tags :id id) ds))))) (scheduled-datetimes