emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Agenda to view chronology of time spent on tasks


From: Jeff Kowalczyk
Subject: [O] Agenda to view chronology of time spent on tasks
Date: Fri, 19 Apr 2013 18:43:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Is there a way of using agenda to view time spent on tasks in chronological 
order, where multiple non-contiguous 

I track tasks and time spent on a per-day basis with the following two-level 
org usage:

* <2013-04-19 Fri>

#+BEGIN: clocktable :maxlevel 2 :scope subtree
#+CAPTION: Clock summary at [2013-04-19 Fri 11:18]
| Headline                       | Time   |      |
|--------------------------------+--------+------|
| *Total time*                   | *0:10* |      |
|--------------------------------+--------+------|
| <2013-04-19 Fri>               | 0:10   |      |
| \__ DONE email re: project foo |        | 0:10 |
#+END:

** DONE jdoe re: status of project foo
   CLOSED: [2013-04-19 Fri 11:14]
   :LOGBOOK:
   CLOCK: [2013-04-19 Fri 10:20]--[2013-04-19 Fri 10:45] =>  0:25
   CLOCK: [2013-04-19 Fri 11:04]--[2013-04-19 Fri 11:17] =>  0:13
   :END:

** TODO org mode ask agenda question
   :LOGBOOK:
   CLOCK: [2013-04-19 Fri 11:17]
   :END:

When things are busy with context switching, I need to go back and fix 
clock-in clock-out times and other details. A day calendar view would be 
very helpful in this chore.

Any tools to do this?

Thanks,
Jeff





reply via email to

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