FIX child -> parent linker typos

This commit is contained in:
Nathan Dwarshuis 2022-04-14 19:40:10 -04:00
parent 8b96d27892
commit 155c8505ed
1 changed files with 2 additions and 2 deletions

View File

@ -3341,7 +3341,7 @@ FUTURE-LIMIT in a list."
((verb fun) (if presentp ((verb fun) (if presentp
`("removed" ,rem-fun) `("removed" ,rem-fun)
`("added" ,add-fun)))) `("added" ,add-fun))))
(org-ml~update nil fun node) (org-ml~update* nil (funcall fun id it) node)
(message "Successfully %s '%s' from %s" verb title what)) (message "Successfully %s '%s' from %s" verb title what))
(message "No parents available")))) (message "No parents available"))))
(update-headline (update-headline
@ -3408,7 +3408,7 @@ FUTURE-LIMIT in a list."
(org-x-dag--link-child-to-parent (org-x-dag--link-child-to-parent
#'parse-hl #'parse-hl
#'org-x-dag->ltg-ids #'org-x-dag->ltg-ids
(-partial #'org-x-dag-id->path t))) (-partial #'org-x-dag-id->path nil)))
((member f (org-x-dag->action-files)) ((member f (org-x-dag->action-files))
(org-x-dag--link-child-to-parent (org-x-dag--link-child-to-parent
#'parse-hl-sec #'parse-hl-sec