From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: temporarily un-ignoring scheduled tasks in global todo list Date: Thu, 22 May 2014 16:50:58 +0200 Message-ID: <87tx8hrhnx.fsf@grothesque.org> References: <87sio3fy5t.fsf@grothesque.org> <871tvnjr22.fsf@bzg.ath.cx> <87fvk3ti1g.fsf@grothesque.org> <87mwebuu3k.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnULL-0005Vo-1L for emacs-orgmode@gnu.org; Thu, 22 May 2014 10:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnULF-00016F-4w for emacs-orgmode@gnu.org; Thu, 22 May 2014 10:51:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:50057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnULE-000164-Ub for emacs-orgmode@gnu.org; Thu, 22 May 2014 10:51:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WnUKy-00007p-VK for emacs-orgmode@gnu.org; Thu, 22 May 2014 16:51:16 +0200 Received: from dra38-5-82-246-248-175.fbx.proxad.net ([82.246.248.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 May 2014 16:51:16 +0200 Received: from christoph by dra38-5-82-246-248-175.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 May 2014 16:51:16 +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: emacs-orgmode@gnu.org Bastien 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. This shows entries scheduled for the future together with unscheduled entries (many in my case). I am looking for a way to temporarily hide the unscheduled entries.