From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: agenda view of state changes Date: Fri, 17 Apr 2015 07:09:26 -0400 Message-ID: <6C4F7085-3ACA-49E7-B1AE-D3A8C9A9905A@gmail.com> References: Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj49S-0002cP-5Q for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 07:09:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj49N-0002MX-FD for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 07:09:38 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:36224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj49N-0002M1-3d for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 07:09:33 -0400 Received: by pabsx10 with SMTP id sx10so122042642pab.3 for ; Fri, 17 Apr 2015 04:09:31 -0700 (PDT) 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: "grewil3 ." Cc: "emacs-orgmode@gnu.org" v l (ell) and v L in agenda view shows logged items.=20 Doesn't work for notes. Work around is to not use notes but instead state ch= ange to the current state.=20 -k.=20 Please excuse brevity. Sent from pocket computer with tiny non-haptic feedba= ck keyboard.=20 > On Apr 17, 2015, at 06:44, grewil3 . wrote: >=20 > Hi, >=20 > is there a way to create a customised agenda view that will list all my re= cent timestamped activities? I would like a chronologically ordered list, wh= ere each line corresponds to a timestamp found in the current agenda file.=20= >=20 > I have set my configuration to add timestamps whenever I change states on i= tems, add notes to items, archive items and perhaps more. It would be useful= to be able to review achievements based on these timestamped events (not re= stricted to scheduled/deadlined items). >=20 > Something like this: > [2015-04-16 thu 18:10] State "INPROGRESS" from "WAIT": todo-out... > [2015-04-17 fri 09:10] State "DONE from "TODO": todo-outline > [2015-04-17 fri 10:10] Note taken: the beginning of the note... > ... >=20 > Best regards Greg