From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: temporarily un-ignoring scheduled tasks in global todo list Date: Wed, 21 May 2014 13:43:01 +0200 Message-ID: <871tvnjr22.fsf@bzg.ath.cx> References: <87sio3fy5t.fsf@grothesque.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn4vR-0001Cv-EL for emacs-orgmode@gnu.org; Wed, 21 May 2014 07:43:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn4vI-0005ZB-1E for emacs-orgmode@gnu.org; Wed, 21 May 2014 07:43:13 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:33489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn4vH-0005Yl-RY for emacs-orgmode@gnu.org; Wed, 21 May 2014 07:43:03 -0400 Received: by mail-we0-f182.google.com with SMTP id t60so1926719wes.13 for ; Wed, 21 May 2014 04:43:03 -0700 (PDT) In-Reply-To: <87sio3fy5t.fsf@grothesque.org> (Christoph Groth's message of "Wed, 21 May 2014 08:23:10 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christoph Groth Cc: emacs-orgmode@gnu.org Hi Christoph, Christoph Groth writes: > (setq org-agenda-todo-ignore-scheduled 'all) > (setq org-agenda-todo-ignore-deadlines 'all) > (setq org-agenda-tags-todo-honor-ignore-options t) > > but sometimes I would like to search for some item that I know that is > scheduled somewhere into the future. Or I want to verify whether some > item exists. The way I would do this is by defining a separate agenda custom view with different values for the variables above. M-: (info "(Org)Setting options") RET will give you details on how to set the options for each view. HTH, -- Bastien