emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* timeline view - showing times
@ 2015-02-09 17:43 Paul Rudin
  2015-02-09 19:22 ` Subhan Michael Tindall
  2015-02-09 19:52 ` Marcin Borkowski
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Rudin @ 2015-02-09 17:43 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: timeline view - showing times
  2015-02-09 17:43 timeline view - showing times Paul Rudin
@ 2015-02-09 19:22 ` Subhan Michael Tindall
  2015-02-10  7:20   ` Paul Rudin
  2015-02-09 19:52 ` Marcin Borkowski
  1 sibling, 1 reply; 5+ messages in thread
From: Subhan Michael Tindall @ 2015-02-09 19:22 UTC (permalink / raw)
  To: 'Paul Rudin', emacs-orgmode@gnu.org

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):
Thursday    5 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.org@gnu.org
> [mailto:emacs-orgmode-bounces+subhant=familycareinc.org@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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: timeline view - showing times
  2015-02-09 17:43 timeline view - showing times Paul Rudin
  2015-02-09 19:22 ` Subhan Michael Tindall
@ 2015-02-09 19:52 ` Marcin Borkowski
  2015-02-10  7:22   ` Paul Rudin
  1 sibling, 1 reply; 5+ messages in thread
From: Marcin Borkowski @ 2015-02-09 19:52 UTC (permalink / raw)
  To: emacs-orgmode


On 2015-02-09, at 18:43, Paul Rudin <paul@rudin.co.uk> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: timeline view - showing times
  2015-02-09 19:22 ` Subhan Michael Tindall
@ 2015-02-10  7:20   ` Paul Rudin
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Rudin @ 2015-02-10  7:20 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Subhan Michael Tindall <SubhanT-9nmdUVC+4n0jQ4uZmXbmENi2O/JbrIOy@public.gmane.org> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: timeline view - showing times
  2015-02-09 19:52 ` Marcin Borkowski
@ 2015-02-10  7:22   ` Paul Rudin
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Rudin @ 2015-02-10  7:22 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Marcin Borkowski <mbork-12VZH/wba7B4rM3dGMyr8Q@public.gmane.org> writes:

> On 2015-02-09, at 18:43, Paul Rudin <paul-sqPYmOVXOov10XsdtD+oqA@public.gmane.org> 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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-10  7:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-09 17:43 timeline view - showing times Paul Rudin
2015-02-09 19:22 ` Subhan Michael Tindall
2015-02-10  7:20   ` Paul Rudin
2015-02-09 19:52 ` Marcin Borkowski
2015-02-10  7:22   ` Paul Rudin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).