From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: commenting out a SCHEDULED line does not remove todo from agenda. Date: Wed, 16 Jan 2013 17:57:16 +0100 Message-ID: <50F6DBEC.5070209@online.de> References: <0v38y1844r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWIu-0007Ee-JC for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 11:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvWIt-0007NT-Fk for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 11:57:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:34633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWIt-0007ND-8j for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 11:57:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TvWJ6-0003iC-Lg for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 17:57:44 +0100 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jan 2013 17:57:44 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jan 2013 17:57:44 +0100 In-Reply-To: <0v38y1844r.fsf@gmail.com> 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 Cc: emacs-orgmode@gnu.org Am 16.01.2013 17:49, schrieb Markus Heller: > Rainer Stengele writes: > >> Hi! >> >> Imagine you have a todo like this: >> >> ***** TODO a task >> SCHEDULED: <2013-01-16 Mi +2m> >> >> Now suppose you want to put that todo on hold. In order to no more see >> the scheduled date in the agenda I comment out the "SCHEDULED" line. >> I do not want to delete it because I maybe need it later again: >> >> >> ***** TODO a task >> # SCHEDULED: <2013-01-16 Mi +2m> >> >> The todo still appears in the agenda. >> Is this not counterintuitive? > > No, not IMHO. You commented out the date on which you were scheduled to > start working on the task, but the task remains TODO. > > What about changing the TODO state from TODO to WAITING? > > Markus > > > Markus, I create the agenda for today. Why do I see the todo although it is no more scheduled for today? Rainer