FIX drawer nil error

This commit is contained in:
Nathan Dwarshuis 2024-10-06 09:11:22 -04:00
parent 5e3987f01f
commit 211e2dc3f3
1 changed files with 1 additions and 1 deletions

View File

@ -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)