From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: hide schedueled done tasks from the todo-list Date: Sun, 24 Oct 2010 16:11:06 -0400 Message-ID: <87y69nqrl1.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56597 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA74F-0003zc-FW for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 16:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PA6uM-0004pw-81 for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 16:11:11 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:64829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PA6uM-0004pr-4x for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 16:11:10 -0400 In-Reply-To: (Fritjof's message of "Sun, 24 Oct 2010 05:59:26 +0200") 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: Fritjof Cc: emacs-orgmode@gnu.org Fritjof writes: > Is there a way to hide repeating schedueled tasks which are "done" > from the todo-list, until the next occurence comes alone? I'd like to > only use the todolist (C-c a t), and not the agenda (C-c a a). Use (setq org-agenda-todo-ignore-scheduled (quote future)) and a version of org-mode after Feb 12, 2010 (6.35 or later) -Bernt