From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Pohlack Subject: Problem with org-refile Date: Mon, 27 Jul 2009 11:56:50 +0200 Message-ID: <4A6D79E2.5010802@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVMx7-00005W-3F for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 05:57:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVMx2-000051-2g for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 05:57:04 -0400 Received: from [199.232.76.173] (port=44536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVMx1-00004y-Tu for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 05:56:59 -0400 Received: from os.inf.tu-dresden.de ([141.76.48.99]:52109) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVMx1-0000r3-Er for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 05:56:59 -0400 Received: from [217.9.48.20] (helo=[165.204.15.153]) by os.inf.tu-dresden.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1MVMwt-0006Io-2G for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 11:56:51 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I just stumbled upon a problem with org-refile. After hitting C-c C-w, the interactive prompt asks me where to refile to. For some reason I started scrolling in the original buffer (using the mouse wheel) to gain some insight where to refile to. A side effect of the scrolling was a moving of the cursor. After I choose the refile target, not the item of my original cursor position was refiled but the one where I scrolled to. I suggest to use the cursor position at the time of invoking org-refile, not the one at the time of completing the target prompt. Cheers, Martin Pohlack