From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Bell Subject: Re: Using SCHEDULED to indicate task start date Date: Mon, 26 Jan 2009 22:47:00 +0000 Message-ID: <497E3D64.4090903@nickbell.org> References: <497DE88F.4040105@nickbell.org> <87wschu5ri.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRaET-0008Te-Ur for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 17:47:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRaES-0008Ss-PZ for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 17:47:05 -0500 Received: from [199.232.76.173] (port=40952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRaES-0008Sb-9i for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 17:47:04 -0500 Received: from v-smtp-auth-relay-2.gradwell.net ([79.135.125.41]:49821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRaER-0002XG-Fa for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 17:47:03 -0500 In-Reply-To: <87wschu5ri.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Emacs org-mode list Bernt Hansen wrote: > No, the reason for using any of > > org-agenda-todo-ignore-scheduled > org-agenda-todo-ignore-deadlines > org-agenda-todo-ignore-with-date > > is to get those tasks off the global todo list. They show up in your > agenda at the appropriate time and you don't need them in the global > todo list at all. > > I work off my agenda first, and when that's clear then I go to the > global todo list for other tasks - and I don't want to see anything that > has a date there - since they're already set up to show up at the > appropriate time on my agenda. > > You might be able to set up a column view that shows the > scheduled/deadline date and then ignore tasks with dates in the past but > I've never tried that. > > HTH, > Bernt Thanks, that was helpful - I was overcomplicating things. Nick