From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: how do I search state change dates? Date: Wed, 02 Jan 2019 20:24:01 +0100 Message-ID: <87bm4yamni.fsf@luisa.c0t0d0s0.de> References: <5a27130f-1c88-8fee-cd9b-0d46c138e0d1@binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gem7h-0001KD-Du for emacs-orgmode@gnu.org; Wed, 02 Jan 2019 14:24:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gem7c-0001RB-HY for emacs-orgmode@gnu.org; Wed, 02 Jan 2019 14:24:13 -0500 Received: from mout.gmx.net ([212.227.17.21]:53205) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gem7c-0001Px-8x for emacs-orgmode@gnu.org; Wed, 02 Jan 2019 14:24:08 -0500 Received: from stella.c0t0d0s0.de ([2.247.240.22]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MSHax-1gljzy3NH9-00TRlx for ; Wed, 02 Jan 2019 20:24:06 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id B6537180B25 for ; Wed, 2 Jan 2019 20:24:01 +0100 (CET) In-Reply-To: <5a27130f-1c88-8fee-cd9b-0d46c138e0d1@binghamton.edu> (Christopher W. Ryan's message of "Tue, 1 Jan 2019 14:16:27 -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" To: emacs-orgmode@gnu.org Hello, "Christopher W. Ryan" writes: > I try to keep track of books I want to read, and when I eventually read > them. I use TODO keyword for books I intend to read, and I change the > state to READING and then DONE, as appropriate. Each state change gets a > date/time stamp. at [0] you will find a bit of code (org-task-dump-logs.el) that retrieves all the log data for a given task. Maybe that is helpful if you extend it with a loop that iterates over all tasks of a file. Regards hmw [0] https://www.c0t0d0s0.de/otdl/otdl.html