[EMAIL PROTECTED] 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to