diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index 0fec09b..6fccf4d 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -3669,7 +3669,7 @@ FUTURE-LIMIT in a list." ;; headline parent links (defun org-x-dag-section-get-parent-links (children) - (->> (--find (org-x--is-drawer-with-name org-x-drwr-parent-links it) children) + (-some->> (--find (org-x--is-drawer-with-name org-x-drwr-parent-links it) children) (org-x-dag-drawer-get-parent-links))) (defun org-x-dag-section-set-parent-links (ids children)