From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Make archived headers unavailable as refile targets? Date: Tue, 26 Jan 2010 12:10:40 +0100 Message-ID: References: <878wbmpj9o.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZjJp-0002K4-D1 for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 06:10:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZjJj-0002Hx-Kq for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 06:10:47 -0500 Received: from [199.232.76.173] (port=48272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZjJj-0002Hr-GT for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 06:10:43 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]:38363) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZjJj-0001sx-5i for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 06:10:43 -0500 Received: by fxm8 with SMTP id 8so3559380fxm.26 for ; Tue, 26 Jan 2010 03:10:42 -0800 (PST) In-Reply-To: <878wbmpj9o.fsf@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: Paul Mead Cc: emacs-orgmode@gnu.org On Jan 25, 2010, at 11:32 AM, Paul Mead wrote: > Hi > > Is there any way of excluding archived headers as refile targets? > > I'd like to restrict refiling to those projects which are current. Take a look at the variable `org-refile-target-verify-function'. HTH - Carsten