From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Thanks Carsten!! Date: Mon, 10 Nov 2008 22:22:57 +0100 Message-ID: <4918A631.3080105@yahoo.de> References: <874p2fr71x.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 1KzeE7-0007cM-1I for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:23:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzeE5-0007bB-4Q for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:23:14 -0500 Received: from [199.232.76.173] (port=56077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzeE4-0007b2-Mi for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:23:12 -0500 Received: from main.gmane.org ([80.91.229.2]:41468 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzeE4-0003c8-0p for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:23:12 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KzeE0-0001sH-4T for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 21:23:08 +0000 Received: from nrbg-4dbf64eb.pool.einsundeins.de ([77.191.100.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Nov 2008 21:23:08 +0000 Received: from rainer.stengele by nrbg-4dbf64eb.pool.einsundeins.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Nov 2008 21:23:08 +0000 In-Reply-To: <874p2fr71x.fsf@gollum.intra.norang.ca> 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 Cc: Carsten Dominik , emacs-orgmode@gnu.org Hi, also, org-mode is one of the lonely programs where the new and better features are coming in so fast version by version that you can't keep up with reading, learning and applying. It's amazing! It's truely awesome! My thanks also goes to Carsten and all the busy supporters ... Rainer Bernt Hansen schrieb: > Hi Carsten, > > You truly are awesome! :) > > This message started as a feature request. > > ------------------------------------------------------------------------ > Subject: Feature Request - org refile targets adds the current file targets > > I was reviewing one of my archive files today which is not in my > org-agenda-files and found I wanted to reorder a few archived tasks into > different archive categories. > > org-refile (C-c C-w) does not offer the current file's targets as > options for the refile. > > In this case I had > > * Research > ** Some task > ... > * Miscellaneous > ** Some Research Task > > and I wanted to refile the ** Some Research Task to the * Research > heading but org-refile only offered Research headings from org files in > my org-agenda-files list. > > Would it be possible to add the targets of the current file the task is > in to the completion list? > > I ended up cutting and pasting the tasks in this case and ended up > fixing some of the levels since they changed to level 1 tasks when I > wasn't careful about where I pasted the content. > > ,----[ part of custom.el ] > | (custom-set-variables > | ... > | '(org-refile-targets (quote ((org-agenda-files :level . 1)))) > | ... > | ) > `---- > > Thanks, > Bernt > ------------------------------------------------------------------------ > > Then before sending it I took a few minutes to look up the > org-refile-targets help (C-h v org-refile-targets) and what I want to do > is already available. > > I changed my custom.el to > > ,----[ part of custom.el ] > | (custom-set-variables > | ... > | '(org-refile-targets (quote ((org-agenda-files :level . 1) (nil :level . 1)))) > | ... > | ) > `---- > > and it just works exactly how I want. > > Thanks for org-mode that continues to amaze me with its power and > utility each and every day. > > Carsten, you get my maintainer-of-the-year and > software-product-of-the-year award votes!! :) > > Best Regards, > Bernt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >