[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] timeline view - showing times
From: |
Paul Rudin |
Subject: |
Re: [O] timeline view - showing times |
Date: |
Tue, 10 Feb 2015 07:20:37 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) |
Subhan Michael Tindall <address@hidden> 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.