From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How can I review a day? Date: Tue, 19 Apr 2011 12:11:08 -0400 Message-ID: <87d3ki8bmr.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCDWN-0001nE-BZ for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 12:11:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCDWK-00037w-4O for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 12:11:23 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:33101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCDWJ-00035N-Uz for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 12:11:20 -0400 In-Reply-To: (Robert Inder's message of "Tue, 19 Apr 2011 16:06:12 +0100") 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: Robert Inder Cc: emacs-orgmode@gnu.org Robert Inder writes: > On 19 April 2011 14:59, Puneeth Chaganti wrote: > >> >>> So I'd like a way to review the time-line for a day: a way to see all the >>> clock-in/clock-out pairs in order, so I can see any gaps or overlaps. >> >> Hit l in agenda mode to enable the log mode. Is this what you need? > > Whoa! Close, but not touching. > > I nearly mis-read/understood you. I initially thought you just meant > "^C-a-L" -- Timeline for current buffer. Which doesn't show any clock-related > information. > > But I realise you actually meant that after I've done that, I should type "l" > to get "Log" mode, it DOES show clock-related information. You want the regular agenda not the timeline view probably. Just try this: | Key | Details | |---------+---------------------------------| | C-c a a | Show today's agenda | | l | Enable display of clock details | This should show all details of when you clocked in, what etc, and you can visit the clock line directly by hitting TAB on the clock detail line in the agenda. Something like this should be the result: --8<---------------cut here---------------start------------->8--- Day-agenda (W16): Tuesday 19 April 2011 todo: 7:31- 8:01 Clocked: (0:30) Organization :PERSONAL:: 8:00...... ---------------- git: 8:01- 8:03 Clocked: (0:02) TODO Upgrade git - State "DONE" from "STARTED" [2011-04-14 Thu 07:57] :GIT:WORK::@office: todo: 8:03- 8:06 Clocked: (0:03) Organization :PERSONAL:: ... --8<---------------cut here---------------end--------------->8--- -Bernt > > That's a really neat feature, and it's very close to what I want. But > not quite right. > > It shows me the sequence of activities I logged time to, and how much > time I logged. But it doesn't show me WHAT time I logged I want to > check that (after I have manually edited one or more CLOCK lines) I > haven't missed some time or "double-logged" any. > > And I can't see how to get that information. > > Robert.