From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: [feature request] Matching tags and properties Date: Mon, 04 Aug 2014 21:22:16 +0200 Message-ID: <87wqao5ac7.fsf@tanger.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XENq4-0002hE-Ga for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 15:22:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XENpv-0007Ij-2M for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 15:22:32 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:54552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XENpu-0007Id-S3 for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 15:22:23 -0400 Received: by mail-wg0-f41.google.com with SMTP id z12so8196651wgg.0 for ; Mon, 04 Aug 2014 12:22:21 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, ATM, it is possible to look for date in properties using special keywords such as , and . Unfortunately, the last two keywords doesn't match on timestamps that include time information. e.g. [2014-08-04 Mon] can be matched, but not [2014-08-04 Mon 21:20]. I think it would make sense to allow the later to be matched with , that is, to ignore time information. WDYT? -- Daimrod/Greg