From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Re: move org item Date: Mon, 28 Jul 2008 09:42:28 +0530 Message-ID: References: <877ib63btc.fsf@gollum.intra.norang.ca> 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 1KNK64-0007gj-W1 for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:12:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNK62-0007gN-Jm for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:12:31 -0400 Received: from [199.232.76.173] (port=39891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNK62-0007gE-Gf for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:12:30 -0400 Received: from ti-out-0910.google.com ([209.85.142.186]:19978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNK62-0003iB-3Z for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:12:30 -0400 Received: by ti-out-0910.google.com with SMTP id u5so1944274tia.10 for ; Sun, 27 Jul 2008 21:12:28 -0700 (PDT) In-Reply-To: <877ib63btc.fsf@gollum.intra.norang.ca> Content-Disposition: inline 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: Bernt Hansen Cc: org-mode , Richard G Riley On Mon, Jul 28, 2008 at 9:22 AM, Bernt Hansen wrote: > Richard G Riley writes: > >> Sorry, but I cant see it in the manual (rubs eyes) but is it >> possible to move an item(s) from one org type/file to another file? >> >> e.g I have something in my generals "tasks" file and then want to >> refile it in my "emacs" org file. >> >> I realise I can refile to another category in the same file using >> C-c C-w (org-refile). >> > I tend to just fold the task, cut it, and paste it in the other file > ... followed by refiling it if necessary to the 'right' place in the > new file. Maybe there's an easier way I'm unaware of. This troubled me a lot as well but I have found following setting to be of good use: (setq org-refile-targets (quote ((org-agenda-files :regexp . "*")))) -- Manish