From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Feature that org mode needs most Date: Sat, 28 Jul 2012 01:27:40 +0200 Message-ID: <87vch8ss2b.fsf@gnu.org> References: <1342601449.87301.YahooMailNeo@web29806.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sutw1-00077f-I0 for emacs-orgmode@gnu.org; Fri, 27 Jul 2012 19:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sutw0-0007Rw-LF for emacs-orgmode@gnu.org; Fri, 27 Jul 2012 19:27:05 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:55386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sutw0-0007Rk-DY for emacs-orgmode@gnu.org; Fri, 27 Jul 2012 19:27:04 -0400 Received: by wibhm2 with SMTP id hm2so1021280wib.0 for ; Fri, 27 Jul 2012 16:27:03 -0700 (PDT) In-Reply-To: (Joseph Thomas's message of "Wed, 18 Jul 2012 10:01:26 -0400") 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: Joseph Thomas Cc: Bernt Hansen , "emacs-orgmode@gnu.org" Hi Joseph, Joseph Thomas writes: > This solution best best allows me to keep accurate clocks without > disrupting focus on my current activity, and will already make a big > difference going forward.   You might want to have a look at `org-clock-continuously', that I implemented last week. It defaults to nil, but from the docstring: "Non-nil means to start clocking from the last clock-out time, if any." > If, in the future though, you implemented > S-up and S-down functionality so that it adjusted current and > previous clocks simultaneously (or at least the ability to turn this > on as an option), I would be your biggest fan :) I implemented this. S-M- on a clock timestamp will try to update the previous/next clock timestamp too. Please test this heavily. Thanks, -- Bastien