FIX typo
This commit is contained in:
parent
46ad19d39f
commit
7b98e2099a
|
@ -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))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue