From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Sparse tree date question Date: Mon, 30 Apr 2012 18:20:55 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOztr-0001BZ-QC for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 19:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOztq-0000qJ-53 for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 19:20:59 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:51695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOztp-0000pP-Rs for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 19:20:58 -0400 Received: by bkwj4 with SMTP id j4so2786882bkw.0 for ; Mon, 30 Apr 2012 16:20:55 -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 It occurred to me that since I need to export to LaTeX for printing and then paste my work notes into a technical notebook for IP purposes (at least until the US completes its transition to first to file patent law), I could sparse tree search for entries since I last printed (I aim for 1x per week) and easily call those out of my structure for export. My issue is that I typically use inactive timestamps to record logs. Furthermore, I only use scheduled or deadline timestamps for todos, not journal logs of work I'm doing. 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? Perhaps this can be done via the regexp option and I'm just unaware that this is how individuals accomplish the above. Thanks for any suggestions! John