From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Sparse tree date question Date: Sun, 29 Jul 2012 10:08:46 +0200 Message-ID: <87mx2jugz5.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvOXt-0001Ol-C8 for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 04:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvOXs-0004HY-E5 for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 04:08:13 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:37411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvOXs-0004GL-74 for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 04:08:12 -0400 Received: by wgbez12 with SMTP id ez12so3201996wgb.30 for ; Sun, 29 Jul 2012 01:08:10 -0700 (PDT) In-Reply-To: (John Hendy's message of "Mon, 30 Apr 2012 18:20:55 -0500") 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: John Hendy Cc: emacs-orgmode Hi John, John Hendy writes: > It seems that =C-c / [a/b/D]= only works for deadline or scheduled > active timestamps, not active or inactive time stamps alone. > > Is this correct or am I doing something wrong? > > If it is correct... could a feature be added in which inactive or > active timestamps simply recording dates could be added to the search > options? I've just implemented this. See `org-sparse-tree-default-date-type' for more. You can use `c' after `C-c /' to cycle through possible date interpretations. -- Bastien