From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: [PATCH] * doc/org.texi (Agenda commands): Document org-clock-report-include-clocking-task Date: Thu, 05 Jan 2012 00:10:26 -0500 Message-ID: <8739buybst.fsf@iro.umontreal.ca> References: <3CF43367-3C9C-4509-8383-90A26C016D2A@gmail.com> <1323886204-17875-1-git-send-email-bernt@norang.ca> <87hb136mvk.fsf@gnu.org> <80vcosqxsf.fsf@somewhere.org> <87k458wf2o.fsf@gnu.org> 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]:33366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rifav-0003rL-3c for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 00:10:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rifat-0001tR-Vl for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 00:10:28 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:56435 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rifat-0001tM-Qd for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 00:10:27 -0500 In-Reply-To: <87k458wf2o.fsf@gnu.org> (Bastien's message of "Wed, 04 Jan 2012 00:18:07 +0100") 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 Bastien writes: > "Sebastien Vauban" writes: >> This one appears important because its default value is not set as >> one would or could expect. Shouldn't we set it to `t' by default? > I can see two use cases for clock reports: transient reports (for > quick checks about time spent) and persistent reports (for the boss.) > I guess the second use case is the most common one, so excluding > running clocks by default (setq > `org-clock-report-include-clocking-task' nil) looks ok to me. Hmph! The first case is really the most common one, in my experience at least. I check my times every day, sometimes many times a day. The boss only needs them every few weeks. Org mode is primarily for me, quite secondarily for the boss or anyone else, the defaults should probably be tuned according to this principle. Fran=C3=A7ois