From 86c2583bc3074e46c683a78a84f21456a5285fa9 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sun, 17 Dec 2023 20:06:06 +0300 Subject: [PATCH] org-clock-agg: fix byte-compile --- org-clock-agg.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-clock-agg.el b/org-clock-agg.el index 1f5edbf..4a56558 100644 --- a/org-clock-agg.el +++ b/org-clock-agg.el @@ -1224,12 +1224,12 @@ Nth GROUPBY function. SORT-ORDER must be of the same length as SORT. If the Nth entry is 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 `org-clock-agg-extra-params'. Built-in parameters include: - `:show-elems' - whether to display raw elements for each group in - the buffer (an 'element' represents one org-clock record). -- `:add-ungrouped' - whether to add the 'Ungrouped' group to the + the buffer (an \"element\" represents one org-clock record). +- `:add-ungrouped' - whether to add the \"Ungrouped\" group to the results. `org-clock-agg-extra-params' can define new parameters, intended for