ENH update weekly plan to use tree-based buffer status
This commit is contained in:
parent
c8a27cba5c
commit
8b1e318c1d
|
@ -3126,10 +3126,8 @@ FUTURE-LIMIT in a list."
|
||||||
(let ((span (org-x-dag->weekly-span)))
|
(let ((span (org-x-dag->weekly-span)))
|
||||||
(org-x-dag-with-ids files
|
(org-x-dag-with-ids files
|
||||||
(pcase (either-from-right (org-x-dag-id->bs it) nil)
|
(pcase (either-from-right (org-x-dag-id->bs it) nil)
|
||||||
(`(:weekly :active ,p)
|
(`(:weekly :leaf :active ,abs)
|
||||||
(-let* (((&plist :date d :offset o) p)
|
(let ((day (->> (calendar-gregorian-from-absolute abs)
|
||||||
(abs (+ d o))
|
|
||||||
(day (->> (calendar-gregorian-from-absolute abs)
|
|
||||||
(calendar-day-of-week))))
|
(calendar-day-of-week))))
|
||||||
(when (interval-contains-p abs span)
|
(when (interval-contains-p abs span)
|
||||||
(let ((ns (-some-> (org-x-dag-id->ns it)
|
(let ((ns (-some-> (org-x-dag-id->ns it)
|
||||||
|
|
Loading…
Reference in New Issue