From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: commenting out a SCHEDULED line does not remove todo from agenda. Date: Wed, 16 Jan 2013 15:27:40 +0100 Message-ID: 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]:39079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvTy7-0005RS-9W for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 09:27:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvTy6-0008E4-Cs for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 09:27:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:56610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvTy6-0008Dw-6c for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 09:27:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TvTyJ-0006f1-9v for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 15:28:07 +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 15:28:07 +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 15:28:07 +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 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? Rainer