From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: how do I search state change dates? Date: Sun, 13 Jan 2019 07:02:14 +0100 Message-ID: <877ef96qop.fsf@luisa.c0t0d0s0.de> References: <5a27130f-1c88-8fee-cd9b-0d46c138e0d1@binghamton.edu> <87bm4yamni.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giYqx-0000Rz-2K for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 01:02:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1giYqr-0000FC-Ck for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 01:02:31 -0500 Received: from mout.gmx.net ([212.227.15.15]:53847) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1giYqj-0000Dy-Pe for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 01:02:23 -0500 Received: from stella.c0t0d0s0.de ([89.204.155.253]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M3RZI-1hZ9T70Bhg-00r3rc for ; Sun, 13 Jan 2019 07:02:17 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 215941811B7 for ; Sun, 13 Jan 2019 07:02:14 +0100 (CET) In-Reply-To: (Christopher W. Ryan's message of "Sat, 12 Jan 2019 18:43:40 -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: > This looks promising. However, the example at the link you referenced > seems to have its state changes inside a LOGBOOK property drawer. My > state changes are not inside a drawer. See excerpt below. the shown code should be able to deal with both situations, but it's not much tested without drawers. It's just... > To change the > state, say from TODO to READING, I use C-c C-t and then can choose one > of my pre-specified states. Should I put my state changes in a LOGBOOK > drawer? If so, how does that work? ... that using drawers is my personal preference. I think it looks cleaner. I have tasks with pages full of state data. It's nice to be able to fold the drawer and hide the data. The behaviour can be changed by setting the variable org-log-into-drawer. Regards hmw