This commit is contained in:
Nathan Dwarshuis 2022-05-09 22:25:47 -04:00
parent 46ad19d39f
commit 7b98e2099a
1 changed files with 1 additions and 1 deletions

View File

@ -1459,7 +1459,7 @@ deadline (eg via epoch time) or if it has a repeater."
(:endpoint)) (:endpoint))
(lambda (id this-h res) (lambda (id this-h res)
(-let (((&alist :lifetime l) res) (-let (((&alist :lifetime l) res)
(d (org-x-dag-adjlist-id-planning adjlist :scheduled id))) (d (org-x-dag-adjlist-id-planning adjlist :deadline id)))
(ht-set this-h id (either :right `(:committed ,l :deadline ,d))) (ht-set this-h id (either :right `(:committed ,l :deadline ,d)))
(org-x-dag-ht-add-links id ht-l :fulfilled l)))))) (org-x-dag-ht-add-links id ht-l :fulfilled l))))))