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 15:41:51 +0200 Message-ID: <87mwebuu3k.fsf@bzg.ath.cx> References: <87sio3fy5t.fsf@grothesque.org> <871tvnjr22.fsf@bzg.ath.cx> <87fvk3ti1g.fsf@grothesque.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn6mO-0003kU-1v for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn6mI-0004vE-KC for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:42:00 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:64885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn6mI-0004ut-Dq for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:41:54 -0400 Received: by mail-wg0-f41.google.com with SMTP id z12so2065850wgg.24 for ; Wed, 21 May 2014 06:41:53 -0700 (PDT) In-Reply-To: <87fvk3ti1g.fsf@grothesque.org> (Christoph Groth's message of "Wed, 21 May 2014 14:47:39 +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: > There doesn't seem to be an easy way to make a custom agenda view that > only shows todo items that are scheduled for the future. Or am I wrong? Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to past within this custom agenda view. HTH, -- Bastien