From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Definition of "unscheduled" task Date: Sat, 13 Oct 2007 23:35:08 -0400 Message-ID: <47118E6C.7040605@gmail.com> 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 1IguG5-0002ct-RS for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 23:35:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IguG3-0002by-5x for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 23:35:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IguG3-0002bp-2M for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 23:35:15 -0400 Received: from py-out-1112.google.com ([64.233.166.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IguG2-0003HM-Ju for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 23:35:14 -0400 Received: by py-out-1112.google.com with SMTP id a73so2627561pye for ; Sat, 13 Oct 2007 20:35:13 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, I am trying to follow GTD's principle that tasks should be reviewed regularly. So I first turn on "org-agenda-todo-ignore-scheduled", and do a "List of all TODO entries, and then review all tasks in the list. However, I found that tasks with plain active time stamps ("appointment tasks") are also listed. Should we exclude them when org-agenda-todo-ignore-scheduled is set to "t"? Wanrong