From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: exporting just timestamped entries from an agenda Date: Wed, 30 Dec 2015 22:32:51 -0600 Message-ID: References: <22147.32099.579573.677738@localhost.localdomain> <22148.42539.51155.356570@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEUuy-000114-LN for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 23:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEUux-0002A7-UL for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 23:32:52 -0500 Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:34070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEUux-00029p-PK for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 23:32:51 -0500 Received: by mail-ob0-x236.google.com with SMTP id wp13so55717972obc.1 for ; Wed, 30 Dec 2015 20:32:51 -0800 (PST) In-Reply-To: <22148.42539.51155.356570@localhost.localdomain> 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: prayner@unimelb.edu.au Cc: emacs-orgmode On Wed, Dec 30, 2015 at 9:51 PM, wrote: > Hi John, almost solves the problem, the catch is entries like: > ** Norton my office <2015-03-11 Wed 10:00 +1w> > The date range searches in either the sparse tree or the tag-property > match searches don't seem to calculate out repeating dates ... fair > enough that's probably quite an overhead. I'll look at adding a filter > for active timestamps to agenda filtering. > regards > Peter Ah, you said as much in the original message, but with not seeing the explicit format (with the +1w), the phrase "repeated entries" wasn't ringing a bell and I missed your aim. Sorry about that! I think your current search should only pull active timestamps, right? It'll miss the repeated ones, but when I run the same agenda query in your original post, I only get hits for the active timestamped entries in my example above. Good luck! John