Docs: Added :blank support notes

This commit is contained in:
Paul Beckingham 2016-05-29 16:38:42 -04:00
parent 843d490787
commit 2763f7a977

View file

@ -79,6 +79,9 @@ Accepts date ranges and tags for filtering, or shortcut hints:
The 'reports.day.range' configuration setting overrides the default date range. The 'reports.day.range' configuration setting overrides the default date range.
The default date range shown is ':day'. The default date range shown is ':day'.
The ':blank' hint causes only the excluded time to be shown, with no tracked
time.
For more details, and precise times, use the 'summary' report. For more details, and precise times, use the 'summary' report.
See also 'week', 'month', 'summary'. See also 'week', 'month', 'summary'.
@ -104,6 +107,8 @@ each extention and its status. See also 'diagnostics'.
Displays a summary of time that is neither tracked, nor excluded from tracking. Displays a summary of time that is neither tracked, nor excluded from tracking.
The 'reports.gaps.range' configuration setting overrides the default date range. The 'reports.gaps.range' configuration setting overrides the default date range.
The ':blank' hint causes only the excluded time to be shown, with no tracked
time.
The default date range shown is ':day'. The default date range shown is ':day'.
See also 'summary'. See also 'summary'.
@ -132,6 +137,9 @@ Accepts date ranges and tags for filtering, or shortcut hints:
The 'reports.month.range' configuration setting overrides the default date range. The 'reports.month.range' configuration setting overrides the default date range.
The default date range shown is ':month'. The default date range shown is ':month'.
The ':blank' hint causes only the excluded time to be shown, with no tracked
time.
For more details, and precise times, use the 'summary' report. For more details, and precise times, use the 'summary' report.
See also 'day', 'week', 'summary'. See also 'day', 'week', 'summary'.
@ -226,6 +234,9 @@ Accepts date ranges and tags for filtering, or shortcut hints:
The 'reports.week.range' configuration setting overrides the default date range. The 'reports.week.range' configuration setting overrides the default date range.
The default date range shown is ':week'. The default date range shown is ':week'.
The ':blank' hint causes only the excluded time to be shown, with no tracked
time.
For more details, and precise times, use the 'summary' report. For more details, and precise times, use the 'summary' report.
See also 'day', 'month', 'summary'. See also 'day', 'month', 'summary'.