[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Strange behavior of C-c C-x C-d
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Strange behavior of C-c C-x C-d |
Date: |
Sat, 29 Aug 2015 18:31:12 +0200 |
Marcin Borkowski <address@hidden> 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,