From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem searching CLOSED and DEADLINE properties Date: Fri, 9 Jan 2009 08:48:26 +0100 Message-ID: <520C8D64-5A7E-47CE-93B8-965CAE3C54C4@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLC6c-0005OD-Tl for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 02:48:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLC6a-0005LY-EI for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 02:48:34 -0500 Received: from [199.232.76.173] (port=33992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLC6a-0005LV-CN for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 02:48:32 -0500 Received: from nf-out-0910.google.com ([64.233.182.190]:64425) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLC6Z-0006cP-D8 for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 02:48:31 -0500 Received: by nf-out-0910.google.com with SMTP id c7so1383192nfi.26 for ; Thu, 08 Jan 2009 23:48:29 -0800 (PST) In-Reply-To: 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: Bart Parliman Cc: emacs-orgmode@gnu.org On Jan 7, 2009, at 9:24 PM, Bart Parliman wrote: > When the example file below is added to the agenda file list, and I > perform an agenda property search (C-c C-a m), I can't seem to > locate any CLOSED items if I use the date matching format, for > example these don't work... > > CLOSED>="<2009-01-01>" This one works fine for me. > > CLOSED="<2009-01-07>" This one does not, because the CLOSED time stamp in the example also contains a time, while you comparison value is taken to be at midnight. > ... but a regexp search like this... > > CLOSED={2009} > > ... works fine. For DEADLINE, an exact date matches fails... > > DEADLINE="<2009-01-28>" For me it works fine. - Carsten > > > ... but an inequality match succeeds... > > DEADLINE>="<2009-01-28>" > > FWIW I'm using version 6.17b. Am I just using this format > incorrectly? > > Thanks, > Bart > > -------- file start -------- > #+SEQ_TODO: NEXT WAITING | DONE > #+STARTUP: overview > > * DONE Test1 > CLOSED: [2009-01-07 Wed 12:26] > > * NEXT Test2 > DEADLINE: <2009-01-28 Wed> > > * Test3 > > -------- file end -------- > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode