emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Tracking time from one state to another?


From: Malcolm Matalka
Subject: Re: [O] Tracking time from one state to another?
Date: Tue, 23 Apr 2019 11:00:15 +0200
User-agent: mu4e 1.0; emacs 26.1

Ken Mankoff <address@hidden> writes:

> Hi Malcom,
>
> I think we're talking about two different things here. When you change TODO 
> state, the time of the change is recorded. This is what you're doing.
>
> Org also has a time-tracking feature that is totally separate. You can "clock 
> in" and "clock out" of a task which starts and stops a timer. You can then 
> generate reports about that timer. The timer can be activated regardless of 
> the TODO state, but you could also have the timer start (clock in) every time 
> you set the state to "WORKING_ON_IT" or "INPROGRESS", and the timer stop 
> (clock out) whenever the task is in NEXT or WAITING state.
>
> Then you can generate a CLOCK REPORT for each task and sub-task, which
> is the amount of time you actually worked on it (i.e. the amount of
> time it spent in the WORKING_ON_IT state.

Yes we're talking about different things.  I do not want the total
amount of time I worked on an item, in this case, I'm already tracking
that by clocking in and out.  I'm after the time it took to go from NEXT
to DONE.  In this case I'm trying to track the time an item is in queue,
and not the time the item is worked on.

>
> This is a different workflow than your current one - it uses the Org clocking 
> feature, not just the TODO status feature.
>
>   -k.
>
> On 2019-04-23 at 08:07 +0200, Malcolm Matalka <address@hidden> wrote...
>> Ken Mankoff <address@hidden> writes:
>>
>>> Hi Malcom,
>>>
>>> On 2019-04-17 at 14:20 +0200, Malcolm Matalka <address@hidden> wrote...
>>>> Is it possible in org-mode to track, and report, the duration of
>>>> certain state transitions in org-mode? In particular, I'm interested
>>>> in tracking how long it takes me to go from a state that means I'm
>>>> actively working on an item to it being in a done state?
>>>>
>>>> In my case, an item might go from working, to waiting, to working, to
>>>> done.  And in this case I'm only really interested in the last working
>>>> to done time.
>>>
>>> Org doesn't have a built-in feature to turn on/off the clock when you
>>> change state, as far as I know. But it has the opposite - you can
>>> change state when you clock in or out of a task.
>>
>> I don't want to turn on/off the clock when I change state, I want to get
>> a report on the time between certain state transitions.  That
>> information is stored in the LOGBOOK (assuming one has that turned on).
>>
>>>
>>> See section 7 here 
>>> https://writequit.org/denver-emacs/presentations/2017-04-11-time-clocking-with-org.html#helpful-things
>>>
>>> And/or maybe thread here w/ some code 
>>> https://lists.gnu.org/archive/html/emacs-orgmode//2009-04/msg00315.html
>>>
>>> So perhaps you can achieve this by changing your workflow a bit. Instead of 
>>> changing state, just clock in and have the state set to INPROGRESS. Clock 
>>> otu and have it set to WAITING. When it is done, it may be a two-step 
>>> process of setting to DONE and making sure the clock is stopped.
>>>
>>> Would this achieve what you're looking for?
>>
>> Unfortunately no.  I need to track the total time I spend in a task for
>> billing reasons, but what I'm interested in here is how quickly I
>> complete a task when there are no blockers/dependencies.  And the way
>> that presents itself in my LOGBOOK is the time between the final
>> transition from NEXT to DONE.  Before that, a TODO can go from NEXT, to
>> WAITING, and back and forth.
>>
>>>
>>>   -k.



reply via email to

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