From 7b98e2099adb767cb70ded100b5ddfe20a8114eb Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 9 May 2022 22:25:47 -0400 Subject: [PATCH] FIX typo --- local/lib/org-x/org-x-dag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index 855a6d4..e46dfb0 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1459,7 +1459,7 @@ deadline (eg via epoch time) or if it has a repeater." (:endpoint)) (lambda (id this-h 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))) (org-x-dag-ht-add-links id ht-l :fulfilled l))))))