[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Notes when clocking out on item
From: |
Nick Dokos |
Subject: |
Re: [O] Notes when clocking out on item |
Date: |
Fri, 06 Apr 2012 00:05:27 -0400 |
Kyle Sexton <address@hidden> wrote:
> Is it possible to be prompted for a note about what was done when
> clocking out for an item (but not marking it DONE)? Sometimes I'll be
> working all day on a task and would like to keep track of what I do when
> clocking out, instead of a big list of clock-in/out times.
>
> Thanks in advance.
>
The manual says:
,----
| `C-c C-x C-o (`org-clock-out')'
| Stop the clock (clock-out). This inserts another timestamp at the
| same location where the clock was last started. It also directly
| computes the resulting time in inserts it after the time range as
| `=> HH:MM'. See the variable `org-log-note-clock-out' for the
| possibility to record an additional note together with the
| clock-out timestamp(4).
`----
(info "(org) Clocking commands")
Nick