emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-refile confuses jump-to-captured


From: Raymond Zeitler
Subject: [O] org-refile confuses jump-to-captured
Date: Thu, 31 Aug 2017 16:16:45 -0400

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

[Prev in Thread] Current Thread [Next in Thread]