FIX drawer nil error
This commit is contained in:
parent
5e3987f01f
commit
211e2dc3f3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue