From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deech Subject: Org Mode Searching Bug? Date: Fri, 12 Jan 2007 17:43:14 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H5TC3-0000Iu-3M for emacs-orgmode@gnu.org; Fri, 12 Jan 2007 15:40:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H5TC1-0000Ii-EF for emacs-orgmode@gnu.org; Fri, 12 Jan 2007 15:40:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5TC1-0000If-A9 for emacs-orgmode@gnu.org; Fri, 12 Jan 2007 15:40:05 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H5TC0-0003vp-OD for emacs-orgmode@gnu.org; Fri, 12 Jan 2007 15:40:04 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H5TBy-0007If-EP for emacs-orgmode@gnu.org; Fri, 12 Jan 2007 21:40:03 +0100 Received: from host.mercy.net ([170.29.1.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jan 2007 21:40:02 +0100 Received: from aditya_siram by host.mercy.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jan 2007 21:40:02 +0100 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 all, I have been using org mode for the past month and on the whole it's great. But I am having trouble searching tags and sorting TODO items. If this is the original file: *PROJECTS ** TODO Take out garbage :home: Today is garbage + recycling ** TODO Do the laundry :home: ** DONE Pay car insurance :bills: Doing a 'C-c v'(to show only TODO items) also shows the DONE item, like this: *PROJECTS ** TODO Take out garbage :home: ** TODO Do the laundry :home: ** DONE Pay car insurance :bills: If I move the DONE item to the top of the list, 'C-c v' correctly shows: *PROJECTS ** TODO Take out garbage :home: ** TODO Do the laundry :home: A similar phenomenon occurs when I search for the tag (C-c \) 'home'. When I query the original file, the output includes the 'bills' tag like this: *PROJECTS ** TODO Take out garbage :home: ** TODO Do the laundry :home: ** DONE Pay car insurance :bills: Similarly, if I move the headline tagged with 'bills' to the top, the search outputs the right thing: *PROJECTS ** TODO Take out garbage :home: ** TODO Do the laundry :home: This is a toy example I made up, but it does the same thing on 'production' file that I use daily. Any thoughts? Thanks... Deech