From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Strange behavior of C-c C-x C-d Date: Sat, 29 Aug 2015 18:31:12 +0200 Message-ID: <871tem9hv3.fsf@nicolasgoaziou.fr> References: <87pp26lgxo.fsf@mbork.pl> <878u8u9vrb.fsf@nicolasgoaziou.fr> <87r3mmp39b.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVj0Z-0008CA-DY for emacs-orgmode@gnu.org; Sat, 29 Aug 2015 12:29:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVj0Y-0007Hq-IZ for emacs-orgmode@gnu.org; Sat, 29 Aug 2015 12:29:35 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:41719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVj0Y-0007HL-BR for emacs-orgmode@gnu.org; Sat, 29 Aug 2015 12:29:34 -0400 In-Reply-To: <87r3mmp39b.fsf@mbork.pl> (Marcin Borkowski's message of "Sat, 29 Aug 2015 16:40:00 +0200") 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: Marcin Borkowski Cc: Org-Mode mailing list Marcin Borkowski writes: > org-clock-display-default-range is a variable defined in `org-clock.el'. > Its value is thisyear > > Documentation: > Default range when displaying clocks with `org-clock-display'. > > I skimmed through the definition of `org-clock-special-range', and I'm > not sure whether there is a setting for > `org-clock-display-default-range' like 'all, so that everything is > summed up? (I have projects that last more than one year, and sometimes > I'd like to be able to see at a glance how long they took.) The docstring and the manual could be improved, indeed. Do you want to provide a patch for that? > (I guess that introducing 'thiscentury would be enough. ;-) ) I introduced `untilnow' recently. Regards,