From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raymond Zeitler" Subject: org-refile confuses jump-to-captured Date: Thu, 31 Aug 2017 16:16:45 -0400 Message-ID: <002e01d32296$12337f80$369a7e80$@yahoo.com> Reply-To: zeitra@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnVtT-0003QA-N4 for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 16:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnVtQ-0001sE-HJ for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 16:16:51 -0400 Received: from nm24-vm4.bullet.mail.ne1.yahoo.com ([98.138.91.184]:37464) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnVtQ-0001rl-9G for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 16:16:48 -0400 Content-Language: en-us List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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")))