org-clock-agg: fix byte-compile

This commit is contained in:
Pavel Korytov 2023-12-17 20:06:06 +03:00
parent f33c18a18b
commit 86c2583bc3

View file

@ -1224,12 +1224,12 @@ Nth GROUPBY function.
SORT-ORDER must be of the same length as SORT. If the Nth entry is SORT-ORDER must be of the same length as SORT. If the Nth entry is
non-nil, the sorting is reversed. non-nil, the sorting is reversed.
EXTRA-PARAMS is an alist of 'extra parameters.' Possible keys are EXTRA-PARAMS is an alist of \"extra parameters\". Possible keys are
defined by `org-clock-agg--extra-params-default' and defined by `org-clock-agg--extra-params-default' and
`org-clock-agg-extra-params'. Built-in parameters include: `org-clock-agg-extra-params'. Built-in parameters include:
- `:show-elems' - whether to display raw elements for each group in - `:show-elems' - whether to display raw elements for each group in
the buffer (an 'element' represents one org-clock record). the buffer (an \"element\" represents one org-clock record).
- `:add-ungrouped' - whether to add the 'Ungrouped' group to the - `:add-ungrouped' - whether to add the \"Ungrouped\" group to the
results. results.
`org-clock-agg-extra-params' can define new parameters, intended for `org-clock-agg-extra-params' can define new parameters, intended for