[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Track time on day-to-day basis
From: |
ngreply |
Subject: |
Re: [O] Track time on day-to-day basis |
Date: |
Fri, 25 Nov 2016 15:32:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
Hi Joost,
I do reports on a day-to-day basis using clocktables:
#+BEGIN: clocktable :maxlevel 4 :block 2016-11 :scope ("./Projekt01.org") :link
t :step day :stepskip0
#+END:
Hope this helps.
Regards, Oliver
Am 25.11.2016 um 11:33 schrieb Joost Kremers:
> Hi all,
>
> I've come into the need to track the time I'm working on a particular
> project, which is great with Org, but I also need to report the
> tracked time on a day-to-day basis. This seems somewhat less
> straightforward to do. I realize I can generate a report limited to
> today by specifying `:block today`, but that only gives me the time
> clocked today. What do I do when I want to get a day-to-day overview
> of the time spent on a project? Do I need to maintain another table by
> hand, in which I copy the time calculated by `org-clock-report` at the
> end of each day? Or is there a better method?
>
> BTW, just looking at the LOGBOOK drawer doesn't work, because I may
> clock in and out of a project several times a day.
>
> Thanks for any hints and suggestions!