From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Searching SCHEDULED/DEADLINE properties turns up spurious headings Date: Fri, 9 Jan 2009 15:32:42 -0800 Message-ID: <20090109233242.GU24132@hplhtang1> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLQrz-0006FF-OG for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 18:34:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLQry-0006F3-Bo for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 18:34:27 -0500 Received: from [199.232.76.173] (port=38699 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLQry-0006F0-7h for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 18:34:26 -0500 Received: from madara.hpl.hp.com ([192.6.19.124]:58200) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LLQrx-0007kH-Q6 for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 18:34:26 -0500 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by madara.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n09NWmfE023765 for ; Fri, 9 Jan 2009 15:32:49 -0800 (PST) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by mailhub-pa1.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n09NWmaA013082 for ; Fri, 9 Jan 2009 15:32:48 -0800 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1LLQqI-00056w-Gk for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 15:32:42 -0800 Content-Disposition: inline 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" I find that doing a tags search for SCHEDULED or DEADLINE turns up headings that do not have any schedule or deadlines. Using the example from http://article.gmane.org/gmane.emacs.orgmode/10274: ,---- | #+SEQ_TODO: NEXT WAITING | DONE | #+STARTUP: overview | | * DONE Test1 | CLOSED: [2009-01-07 Wed 12:26] | | * NEXT Test2 | DEADLINE: <2009-01-28 Wed> | | * Test3 `---- If I type C-c \ +DEADLINE<="<2009-01-28>" all three headlines are selected! I expected to match the second headline only. -- Best, Hsiu-Khuern.