From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmFkb3PFgmF3IEdyemFua2E=?= Subject: Re: taking note when clocking out Date: Thu, 14 Apr 2011 11:02:25 +0200 Message-ID: <4DA6B821.1010202@gmail.com> References: <4DA69AAA.9040707@gmail.com> <83ei552q9h.fsf@yahoo.it> <24vcyhkz7y.fsf@news.eternal-september.org> Reply-To: radoslawg@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAIRv-0005AM-FN for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 05:02:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAIRu-0001SA-IC for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 05:02:51 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:40762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAIRu-0001S6-C8 for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 05:02:50 -0400 Received: by bwz17 with SMTP id 17so1460725bwz.0 for ; Thu, 14 Apr 2011 02:02:49 -0700 (PDT) In-Reply-To: <24vcyhkz7y.fsf@news.eternal-september.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, W dniu 2011-04-14 10:34, Richard Riley pisze: > Giovanni Ridolfi writes: > >> Radosław Grzanka 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.