From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: commenting out a SCHEDULED line does not remove todo from agenda. Date: Wed, 16 Jan 2013 12:48:20 -0500 Message-ID: <8696.1358358500@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvXLU-0005aB-Gk for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 13:04:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvXLT-0001Qj-D5 for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 13:04:16 -0500 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:16015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvXLT-0001QK-8U for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 13:04:15 -0500 In-Reply-To: Message from Rainer Stengele of "Wed, 16 Jan 2013 15:27:40 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Stengele wrote: > 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? > Try putting the # in column 1 (untested). Nick