emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how do I search state change dates?
@ 2019-01-01 19:16 Christopher W. Ryan
  2019-01-02 14:59 ` Eric S Fraga
  2019-01-02 19:24 ` Michael Welle
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher W. Ryan @ 2019-01-01 19:16 UTC (permalink / raw)
  To: Org-mode mailing list

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.

My preamble is:

#+TODO: TODO(t!) READING(r!) POSTPONED(p!) RESTARTED(s!) | DONE(d!)
NA(n!) ABANDONED(a!)


An entry for a book not yet read might look like this:

** TODO America: the Farewell Tour
   :PROPERTIES:
   :AUTHORLNAME: Hedges
   :AUTHORFNAME: Chris
   :ISBN: 9781501152672
   :DATEADDED: <2018-10-10 Wed>
   :END:

An entry for a book I've read might look like this:

** DONE Northland
   - State "DONE"       from "READING"    [2018-10-21 Sun 22:45]
   - State "READING"    from "TODO"       [2018-10-08 Mon 22:09]
   :PROPERTIES:
   :AUTHORLNAME: Fox
   :AUTHORFNAME: Porter
   :ISBN: 9780393248852
   :DATEADDED: <2018-10-07 Sun>
   :END:


How can I retrieve all the entries for the books I've read in 2018? In
other words, all those that changed state to DONE in 2018?

Thanks.

--Chris Ryan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-13  6:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01 19:16 how do I search state change dates? Christopher W. Ryan
2019-01-02 14:59 ` Eric S Fraga
2019-01-02 19:24 ` Michael Welle
2019-01-12 23:43   ` Christopher W. Ryan
2019-01-13  6:02     ` Michael Welle

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).