Marcin Borkowski <mb...@mbork.pl> 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,