From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: commenting out a SCHEDULED line does not remove todo from agenda. Date: Wed, 16 Jan 2013 09:40:03 -0800 Message-ID: <0vvcax6n7w.fsf@gmail.com> References: <0v38y1844r.fsf@gmail.com> <50F6DBEC.5070209@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWyX-0003Qv-9h for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 12:40:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvWyU-0003a3-FI for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 12:40:33 -0500 Received: from plane.gmane.org ([80.91.229.3]:41235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWyU-0003Zq-8O for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 12:40:30 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TvWyg-0002yO-56 for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 18:40:42 +0100 Received: from 142.103.74.64 ([142.103.74.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jan 2013 18:40:42 +0100 Received: from hellerm2 by 142.103.74.64 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jan 2013 18:40:42 +0100 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 Rainer Stengele writes: > 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? Ah, now I get it. But this works for me, i.e. if I comment the SCHEDULED property out, the task doesn't show up in the agenda. M-x org-version: Org-mode version 7.9.2 (7.9.2-84-g89b8a8-elpa @ c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20121126/) M-x emacs-version: GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN Markus