Hello,
W dniu 2011-04-14 10:34, Richard Riley pisze:
Giovanni Ridolfi<giovanni.rido...@yahoo.it> writes:
Radosław Grzanka<radosl...@gmail.com> writes:
Hello,
I cannot find this using google nor browsing documentation so I ask
for help. Generally I don't want to take notes when I'm clocking out
except for one task.
You can use the org-clock-out-hook,
but if you'll post an example, well'have something real to work on:
'But I must have something to work on. I cannot burn snow'
Gandalf
Giovanni ;-)
From reading the OP he is requesting a way to mark/tag a task so that
when he clocks out he is prompted to take a note.
In this case someone more org savvy might construct something which, in
the clock out hook, sees if, e.g, the "note-at-clockout" property is set
and if so prompts the user for a new note which is then duly attached to
that org item.
Exactly that.
I'm not sure what example I can provide. I'd like to have org file like:
------------------------
#+STARTUP: nolognoteclock-out
* Headline1
* Headline 2
:PROPERTIES:
:CLOCK-OUT-NOTE: t
:END:
* Headline 3
-------------------------
When clocking out from "Headline 2" I'd like to be forced to give a
note. Real life example is that I do not really care about what I have
been doing during my clocked-in time except for some discussions with
client, who is bugging me constantly and I record it under "Headline 2".
I don't mind hooking in and using "unique id" of this task but I'm not
lisp fluent to do that myslef.
Thanks,
Radek.