FIX typo
This commit is contained in:
parent
f6426c6dfe
commit
735f20b6a6
|
@ -1444,7 +1444,7 @@ used for optimization."
|
||||||
(either :left))
|
(either :left))
|
||||||
(if (org-x-dag-ht-get-maybe ht-a id :survivalp)
|
(if (org-x-dag-ht-get-maybe ht-a id :survivalp)
|
||||||
(to-valid id :survival committed-ids)
|
(to-valid id :survival committed-ids)
|
||||||
(-if-let (q (funcall get-planned id committed-ids))
|
(-if-let (q (funcall get-planned committed-ids))
|
||||||
(to-valid id :quarterly q)
|
(to-valid id :quarterly q)
|
||||||
(->> (list "Linked to scheduled action that isn't on QTP" id)
|
(->> (list "Linked to scheduled action that isn't on QTP" id)
|
||||||
(either :left))))))
|
(either :left))))))
|
||||||
|
|
Loading…
Reference in New Issue