emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: show clock-out time in org-agenda-log-mode


From: Bernt Hansen
Subject: [Orgmode] Re: show clock-out time in org-agenda-log-mode
Date: Mon, 16 Jun 2008 10:55:31 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

address@hidden writes:

> I'm not sure whether this has been proposed.
>
> When I use org-agenda-mode with org-agenda-log-mode, the clock-out
> time isn't shown after the clock-in time.  Is it possible to show the
> clock-out time like 11:00-12:00?

I also have this same wishlist item.

I looked into implementing this but as far as I could tell the org
agenda parsing code only gets the first datestamp currently when
building the view with clock data.  Ranges only show up if the first
timestamp is a range and clock values like

   CLOCK: [2008-06-09 Mon 10:19]--[2008-06-09 Mon 10:21] =>  0:02

have only single times in the timestamps.  If we could change the
above clock entry to

   CLOCK: [2008-06-09 Mon 10:19-10:21]--[2008-06-09 Mon 10:21] =>  0:02

for the agenda view to process then I think the agenda would display
what you want but that feels like a horrible hack to me and a better
solution would be to let the second clock time provide the second
timestamp range value when the first timestamp is not a range.

Unfortunately I haven't had time to pursue this.

-Bernt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]