emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] taking note when clocking out


From: Radosław Grzanka
Subject: Re: [O] taking note when clocking out
Date: Thu, 14 Apr 2011 11:02:25 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9

Hello,

W dniu 2011-04-14 10:34, Richard Riley pisze:
Giovanni Ridolfi<address@hidden>  writes:

Radosław Grzanka<address@hidden>  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.



reply via email to

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