From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: any way how to look on what was done on particular day? Date: Tue, 4 Feb 2014 10:38:10 -0500 (EST) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAkAc-0001Kd-2z for emacs-orgmode@gnu.org; Tue, 04 Feb 2014 12:55:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAk9e-0000RL-VE for emacs-orgmode@gnu.org; Tue, 04 Feb 2014 12:52:25 -0500 Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:43247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAi4k-0006pI-WD for emacs-orgmode@gnu.org; Tue, 04 Feb 2014 10:38:15 -0500 Received: by mail-oa0-f53.google.com with SMTP id m1so9764939oag.26 for ; Tue, 04 Feb 2014 07:38:14 -0800 (PST) In-Reply-To: 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: David Belohrad Cc: Org-mode In Agenda view, v A for view archive files v L for view Log then you can view day, week, month or year (press v and it'll prompt you), and then f,b moves forward and backward in time. -k. On Tue, 4 Feb 2014, David Belohrad wrote: > > Hi all, > > the question is simple: I'd like to look into the past, into particular > day, and I'd like to see what TODOs have been modified at that day and > how they have been modified, e.g. showing that on this/that time the > TODO changed state from NEXT to WAITING. Most of those TODOs I have > already archived, hence an archive needs to be searched as well. My > current situation is, that if I mark the thing done, it disappears from > my agenda, which I consider OK for 'general' agenda. The type of agenda > I'm trying to construct is sort of archive search, which permits me to > return into a specific date and to be able to tell what I did the entire > day. > > is this possible? > > thanks > .d. > > > (now, I could use Python or something to parse all information and > generate it, but it would not be so attractive solution :) > > >