From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Non-existent file in agenda Date: Fri, 26 Oct 2007 23:44:27 +0200 Message-ID: References: <20071026193035.078537c9@newmanfamily.me.uk> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlWyr-0004Hz-Od for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 17:44:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlWyq-0004H6-3t for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 17:44:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlWyp-0004H0-Mi for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 17:44:35 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlWyp-0005NQ-Jb for emacs-orgmode@gnu.org; Fri, 26 Oct 2007 17:44:35 -0400 Received: by nf-out-0910.google.com with SMTP id f5so972424nfh for ; Fri, 26 Oct 2007 14:44:34 -0700 (PDT) In-Reply-To: <20071026193035.078537c9@newmanfamily.me.uk> 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: Mike Newman Cc: "emacs-orgmode@gnu.org" On Oct 26, 2007, at 8:30 PM, Mike Newman wrote: > If a file in the agenda list is *temporarily* unavailable, I would > like > to be able to ignore this one file and proceed with the other files. > At present, the options are Abort or Remove from the agenda list. Hi Mike, that would be (setq org-agenda-skip-unavailable-files t) - Carsten