From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Prompt for time when clocking in? Date: Wed, 19 Oct 2011 12:37:48 -0400 Message-ID: <87vcrlkkdf.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGZ9Y-000473-R2 for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 12:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGZ9U-0005lg-0C for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 12:38:04 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:31346 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGZ9T-0005kj-T3 for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 12:37:59 -0400 In-Reply-To: (Nathan Neff's message of "Wed, 19 Oct 2011 09:54:29 -0500") 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: Nathan Neff Cc: emacs-orgmode Nathan Neff writes: > Is there a way to pull up a date/time prompt when clocking in to a task? > > Sometimes, I started a task 15 minutes ago, and have to go through the following > steps: > > 1) clock in on the task, > 2) Go to the CLOCK section for that header and press tab to open it > 3) Fix the clock-in time > > If it's not built in, does anyone have any slick functions that would accomplish > the same thing? :-) > > Thanks, > --Nate For editing clock times I use the agenda C-c a a v c and then visit the lines I want to edit from the agenda with RET. HTH, Bernt