From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: A simpler remember architecture Date: Thu, 01 Oct 2009 14:41:39 -0400 Message-ID: <87r5tnyn18.fsf@gollum.intra.norang.ca> References: <20524da70909291348m6e1a6611ve01d6dac2faca93c@mail.gmail.com> <2647742D-5A30-4F33-8FDF-E5203B2E0246@gmail.com> <4AC472F7.4020208@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtQb7-0006RG-E4 for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 14:41:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtQb3-0006HW-FN for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 14:41:48 -0400 Received: from [199.232.76.173] (port=41936 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtQb3-0006HL-9d for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 14:41:45 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:50168) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtQb2-0001Hl-W3 for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 14:41:45 -0400 In-Reply-To: <4AC472F7.4020208@online.de> (Rainer Stengele's message of "Thu\, 01 Oct 2009 11\:14\:31 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: org-mode Rainer Stengele writes: > Jean-Marie Gaillourdet schrieb: >> while we are discussing a new org-remember facility. I've been missing >> an option to clock the time I've taken to write down my remember note. >> E.g. I use remember to make a small protocoll of a telephone call or >> some discussion with a colleague. It would help me alot to if that >> time would be clocked automatically. >> >> After the remember note is finalized the previous cloked in task >> should become active again. Perhaps with some kind of optional >> message/popup/whatever to say: Well, you were doing this before, I >> clocked you in again. >> >> It would be even cooler to have a per template flag saying the clock >> information should be written into a new headline at some other place. >> This would allow to have a log of all remembering actions, that is >> separated from the log of the task which were created during >> remembering. > exactly what I am doing quite often! > Being interrupted (telephone, colleague bringing more work ...) while > working on an clocked in TODO I pop up a remember buffer, manually > clock in, discuss/write down my stuff, save the remember buffer and > then have to find the old task. > Yes, "C-u C-c C-x C-j" shows you the recent clcoked in tasks but > automising the clocking in/out work would make the "remembering" of > new tasks just faster. C-u C-c C-x C-i i Should clock in the interrupted task. Then I use org-clock-goto to get to it quickly (which is bound to F11 for me) HTH, -Bernt