From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaizka Villate Subject: Re: Is it possible to automatically set the timestamp recorded in a CLOSED: annotation to a different time than now? Date: Wed, 19 Sep 2012 12:23:21 +0200 Message-ID: <20120919102321.GA28474@hobitton> References: <20120912093827.GA25971@hobitton> <878vc6mjz6.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEHRT-0006Ib-2I for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 06:23:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEHRL-0004lN-D9 for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 06:23:38 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:53727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEHRL-0004lF-5r for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 06:23:31 -0400 Received: by wgbdt14 with SMTP id dt14so508227wgb.30 for ; Wed, 19 Sep 2012 03:23:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: <878vc6mjz6.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Wow! It works great! Thanks a lot!! -- Gaizka El día 19/09/12 11:37 +0200, Bastien escribió: > Hi Gaizka, > > Gaizka Villate writes: > > > I then adjust it manually to set it to the last clocked-out timestamp > > (which, for me, is the last time I spent working on it). > > I introduced `org-use-last-clock-out-time-as-effective-time' which lets > you do this automatically. You can test it from the git master branch > for now, it will be in the next major release. > > Thanks for this idea! >