From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: C-c C-y in currently clocked header Date: Thu, 16 Oct 2014 10:52:05 +0700 Message-ID: <87d29sd63e.wl-n142857@gmail.com> References: <87egu9d6kx.wl-n142857@gmail.com> <871tq9jepm.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xec6x-000291-Np for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 23:52:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xec6k-0000tR-A9 for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 23:52:23 -0400 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:58218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xec6k-0000tM-2B for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 23:52:10 -0400 Received: by mail-pa0-f52.google.com with SMTP id fb1so2595355pad.39 for ; Wed, 15 Oct 2014 20:52:09 -0700 (PDT) Received: from la4.gmail.com ([182.253.242.26]) by mx.google.com with ESMTPSA id gn6sm18379278pbc.40.2014.10.15.20.52.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Oct 2014 20:52:08 -0700 (PDT) In-Reply-To: <871tq9jepm.fsf@wmi.amu.edu.pl> 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: org-mode Mailinglist > > > > **** currently clocking > > :CLOCK: > > CLOCK: [2014-10-15 Wed 16:06] > > CLOCK: [2014-10-13 Mon 11:23]--[2014-10-13 Mon 11:54] => 0:31 > > :END: > > > > Now it's 16:26. If I put the cursor in 16:06 and press C-c C-y (org-evaluate-time-range), it would be useful to see in the minibuffer that the difference until now is 20 minutes. > > Saluton! > > Are you aware that you can set org-clock-mode-line-total to 'current? > (Personally, I only discovered it before a few hours, and set it to > 'today.) Yes, but you may want to see the current clocking duration independently of the settings of the current header. E.g. even if org-clock-mode-line-total==all, I want to see that my unclosed clocking amounts for 20 minutes.