From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Moyer Subject: Filter based on timestamp with repeater Date: Tue, 8 Jan 2013 19:03:20 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d044271064b9b6d04d2cfca05 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsj8e-00021P-0j for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 19:03:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsj8c-0004Cq-UL for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 19:03:23 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:52368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsj8c-0004Bo-Mo for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 19:03:22 -0500 Received: by mail-lb0-f175.google.com with SMTP id gg13so806759lbb.6 for ; Tue, 08 Jan 2013 16:03:20 -0800 (PST) In-Reply-To: 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 --f46d044271064b9b6d04d2cfca05 Content-Type: text/plain; charset=UTF-8 I have some entries in one of my agenda files that have timestamp with repeaters. What I would like to do is show only those items tagged with the tag :task: that are for the given day. However the only thing I could come up with was filter by tag in the following way: task+TIMESTAMP="" That only works on the day that the timestamp is for. For example: <2013-01-01 Tue +1w> Will only show up on Jan. 1 in the filter. Is there a way to filter for things that would show up on a given day? Thanks! -Tom --f46d044271064b9b6d04d2cfca05 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I have some entries in one of my agenda files that have time= stamp with repeaters. What I would like to do is show only those items tagg= ed with the tag :task: that are for the given day. However the only thing I= could come up with was filter by tag in the following way:

task+TIMESTAMP=3D"<today>"

That only works on the day that the timestamp is for. For ex= ample:

<2013-01-01 Tue +1w>

Will only show up on Jan. 1 in the filter. Is there a way to= filter for things that would show up on a given day?

Thanks!

-Tom

--f46d044271064b9b6d04d2cfca05--