Org Mode: Prompt for a heading and then refile it to point

from blog Sacha Chua, | ↗ original
I sometimes want the inverse of org-refile when I create a subtree and think of things that should probably go into it. This function prompts for a heading that matches org-refile-targets and then moves it to the current location. (defun my-org-refile-to-point (refloc) "Prompt for a heading and refile it to point." (interactive (list...