From 6dca17122d9917530aa74d3d5439a7038524cdcb Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 14 Apr 2022 19:40:25 -0400 Subject: [PATCH] REF leave useful comment to future me --- local/lib/org-x/org-x-dag.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index d9abc51..d1fad26 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1236,6 +1236,9 @@ used for optimization." (t (funcall valid-fun it cur-h valid))))))))) +;; TODO this needs to eventually propagate deadlines; I want to be able to +;; link epgs to other epgs, which means I won't be able to check deadline +;; fidelity without links being established (which they are here) (defun org-x-dag-ns-epg (adjlist links ns) (-let (((&alist :lifetime ht-l) ns)) (org-x-dag-ns-with-valid ns adjlist :endpoint links