From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ideas for org-refile Date: Tue, 11 Nov 2008 06:59:18 +0100 Message-ID: <10361761-7C6C-42AB-BB53-4B3F184146BF@uva.nl> References: <20524da70810101207p500ec09fx3f49be7b9b622552@mail.gmail.com> <20524da70810121218qafb56datb9a4d2d83f3cc372@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzmHe-0001Lk-TO for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 00:59:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzmHd-0001L8-34 for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 00:59:26 -0500 Received: from [199.232.76.173] (port=38106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzmHc-0001L4-SC for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 00:59:24 -0500 Received: from ey-out-1920.google.com ([74.125.78.149]:59427) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzmHc-0003Wm-CT for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 00:59:24 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1086256eyg.24 for ; Mon, 10 Nov 2008 21:59:23 -0800 (PST) In-Reply-To: <20524da70810121218qafb56datb9a4d2d83f3cc372@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, On Oct 12, 2008, at 9:18 PM, Samuel Wales wrote: > Hi Carsten, > > On Sun, Oct 12, 2008 at 05:08, Carsten Dominik > wrote: >> You will get back to the previous target simply by pressing at >> the prompt, as the previous target is in the history. I'd say this >> is good enough. > > I was thinking that a separate command would allow binding to a single > key, but history should help a lot. Don't know why I didn't try it. > Thanks. > >>> ***** org-refile: accept a region if transient-mark-mode >> >> What do you mean by this? A region with several headlines, to >> move them all? > > Yes. This part I have now implement. You can select a region of siblings, and they will all be refiled to the same location. - Carsten