Point doesn't "jump-to-captured" when org-refile changes target during capture.

Try:
Invoke org-capture
Invoke org-refile while in the capture buffer, but specify a non-default 
location, say A.org/Tasks
Finish with C-c C-c

The new item gets created in A.org as expected.  Yet Point incorrectly jumps to 
where the item would've gone (todo.org/Tasks) had org-refile not changed its 
location.

Details:
org-capture-templates contains (one of many):
     ("t" "TODO (simple)" entry
      (file+headline "~/todo.org" "Tasks")
      "* TODO %?  %^g" :prepend t :jump-to-captured t)

org-refile-targets has:
(quote ((org-agenda-files :regexp . "Tasks")))


Reply via email to