From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: The reportmode report does not count the running clock Date: Tue, 13 Dec 2011 09:22:30 -0500 Message-ID: <87r508d00p.fsf@iro.umontreal.ca> References: <87liqhrt6r.fsf@iro.umontreal.ca> <87pqfsituv.fsf@norang.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]:57844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaTFd-0007eJ-Qc for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 09:22:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaTFY-0001db-3C for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 09:22:37 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:49571 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaTFX-0001dR-Uj for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 09:22:32 -0500 In-Reply-To: <87pqfsituv.fsf@norang.ca> (Bernt Hansen's message of "Tue, 13 Dec 2011 06:39:04 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: >> I'm noticing that the R (org-agenda-clockreport-mode) command with the >> *Org Agenda* buffer ignores the running clock. > ;; Include current clocking task in clock reports > (setq org-clock-report-include-clocking-task t) Isn't that nice! :-) Thanks again, Bernt. The variable is not referred to in the Org mode manual (version 7.7 here). It might be a good idea to include it. Fran=C3=A7ois