From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: The reportmode report does not count the running clock Date: Tue, 13 Dec 2011 06:39:04 -0500 Message-ID: <87pqfsituv.fsf@norang.ca> References: <87liqhrt6r.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaQha-0002Co-Cl for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 06:39:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaQhQ-0000sf-UQ for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 06:39:18 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:25080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaQhQ-0000sb-RI for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 06:39:08 -0500 In-Reply-To: <87liqhrt6r.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Mon, 12 Dec 2011 23:28:44 -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: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: > Hi, Org people. > > I'm noticing that the R (org-agenda-clockreport-mode) command with the > *Org Agenda* buffer ignores the running clock. > > To get a result closer to the truth while I work, I have to clock-out > and clock-in, then retry R. (Then edit out the spurious clock out and > the following clock-in, to get rid of the short clocking gap.) > > Could the running clock merely be added / counted in the report? See the variable ;; Include current clocking task in clock reports (setq org-clock-report-include-clocking-task t) Regards Bernt