Re: [O] timeline view - showing times

2015-02-10 Thread Paul Rudin
Marcin Borkowski  writes:

> On 2015-02-09, at 18:43, Paul Rudin  wrote:
>
>> If I type "C-c a L" I get a list of durations for each day - for example:
>>
>> Monday  9 February 2015 W07
>>   Clocked:   (0:53) Revise document X
>>   Clocked:   (1:12) Meet Fred
>>   ...
>
> Wow.  I don't get this behavior, though I'd like to.  Is this the default?
>

I think so, although conceivably I have some customisation that's
changed things from the default.

What do you see if you select timeline from the agenda commands?




Re: [O] timeline view - showing times

2015-02-10 Thread Paul Rudin
Subhan Michael Tindall  writes:

> This is probably overkill, but I use this:
> (setq org-agenda-custom-commands (quote (
>  ("c" "Clock" ((agenda "" 
> ((org-agenda-sticky nil)
>
> (org-agenda-ndays 1)
>
> (org-agenda-span-1)
>
> (org-agenda-use-time-grid t)
>
> (org-agenda-show-log (quote clockcheck))
>
> (org-agenda-clockreport nil
> This gives me a handy dandy report like this:

That's great, thanks. Just what I need.

I took the time grid bit out, as I find it a bit confusing that the grid
lines for times that happen during an activity line comes after the end
of the activity. I suppose changing that would involve splitting a
contiguous activity at the grid lines.





Re: [O] timeline view - showing times

2015-02-09 Thread Marcin Borkowski

On 2015-02-09, at 18:43, Paul Rudin  wrote:

> If I type "C-c a L" I get a list of durations for each day - for example:
>
> Monday  9 February 2015 W07
>   Clocked:   (0:53) Revise document X
>   Clocked:   (1:12) Meet Fred
>   ...

Wow.  I don't get this behavior, though I'd like to.  Is this the default?

> Thanks.

TIA,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



Re: [O] timeline view - showing times

2015-02-09 Thread Subhan Michael Tindall
This is probably overkill, but I use this:
(setq org-agenda-custom-commands (quote (
 ("c" "Clock" ((agenda "" 
((org-agenda-sticky nil)
   
(org-agenda-ndays 1)
   
(org-agenda-span-1)
   
(org-agenda-use-time-grid t)
   
(org-agenda-show-log (quote clockcheck))
   
(org-agenda-clockreport nil
This gives me a handy dandy report like this:
Day-agenda (W06):
Thursday5 February 2015
   8:00.. 
  work-log:8:35- 9:28 Clocked:   (0:53) RECURRING Email
  work-log:9:28- 9:45 Clocked:   (0:17) RECURRING 
Organizational/Productivity
  work-log:9:45-10:00 Clocked:   (0:15) RECURRING Break - br
  work-log:   10:00-10:53 Clocked:   (0:53) RECURRING 
Organizational/Productivity
  10:00.. 
  work-log:   10:53-11:22 Clocked:   (0:29) RECURRING Break - coffee
  aging-pop:  11:22-11:47 Clocked:   (0:25) <2015-02-04 Wed 14:00> meeting
  aging-pop:  11:47-12:08 Clocked:   (0:21) TODO Current Members from DB 
  12:00.. 
  work-log:   12:08-13:30 Clocked:   (1:22) RECURRING Lunch
  aging-pop:  13:30-13:45 Clocked:   (0:15) TODO Current Members from DB
  work-log:   13:45-13:51 Clocked:   (0:06) RECURRING Break - coffee
  aging-pop:  13:51-14:00 Clocked:   (0:09) TODO Current Members from DB 
  aging-pop:  14:00-14:04 Clocked:   (0:04) FOLLOW email steve
  14:00.. 
  aging-pop:  14:04-16:23 Clocked:   (2:19) TODO Current Members from DB
  16:00.. 
  18:00.. 
  20:00.. 

Plus a clock report for summary
Hope this helps!

> -Original Message-
> From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org
> [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On
> Behalf Of Paul Rudin
> Sent: Monday, February 09, 2015 9:43 AM
> To: emacs-orgmode@gnu.org
> Subject: [O] timeline view - showing times
> 
> 
> If I type "C-c a L" I get a list of durations for each day - for example:
> 
> Monday  9 February 2015 W07
>   Clocked:   (0:53) Revise document X
>   Clocked:   (1:12) Meet Fred
>   ...
> 
> Is there a way of getting a timeline that includes the actual times of day, so
> that I can reconstruct how I spent a day from the timestamps?
> 
> So you might see something like:
> 
> Monday  9 February 2015 W07
>   9:23--9:45: Revise document X
>   9:45--10:57: Meet Fred
>   ...
>   13:00--13:31: Revise document X
> 
> 
> Thanks.
> 


This message is intended for the sole use of the individual and entity to which 
it is addressed and may contain information that is privileged, confidential 
and exempt from disclosure under applicable law. If you are not the intended 
addressee, nor authorized to receive for the intended addressee, you are hereby 
notified that you may not use, copy, disclose or distribute to anyone the 
message or any information contained in the message. If you have received this 
message in error, please immediately advise the sender by reply email and 
delete the message.  Thank you.




[O] timeline view - showing times

2015-02-09 Thread Paul Rudin

If I type "C-c a L" I get a list of durations for each day - for example:

Monday  9 February 2015 W07
  Clocked:   (0:53) Revise document X
  Clocked:   (1:12) Meet Fred
  ...

Is there a way of getting a timeline that includes the actual times of
day, so that I can reconstruct how I spent a day from the timestamps?

So you might see something like:

Monday  9 February 2015 W07
  9:23--9:45: Revise document X
  9:45--10:57: Meet Fred
  ...
  13:00--13:31: Revise document X


Thanks.