This commit is contained in:
Nathan Dwarshuis 2022-04-12 09:22:07 -04:00
parent c0ed24a48b
commit 92ba298ab2
1 changed files with 2 additions and 1 deletions

View File

@ -3468,7 +3468,8 @@ review phase)"
(goto-char (org-x-dag-id->point id)) (goto-char (org-x-dag-id->point id))
(org-ml-update-this-headline* (org-ml-update-this-headline*
(funcall update-fun this-id it))) (funcall update-fun this-id it)))
(message fmt (org-x-dag-id->title id) (org-x-dag-id->title this-id))) (->> (org-x-dag-id->title id)
(message fmt (org-x-dag-id->title this-id))))
(message "No children available")))) (message "No children available"))))
(either-from* (funcall parent-id-fun) (either-from* (funcall parent-id-fun)
(message it) (message it)