aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
diff options
context:
space:
mode:
Diffstat (limited to 'pearl.el')
-rw-r--r--pearl.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/pearl.el b/pearl.el
index 3c9e7d0..ed183dd 100644
--- a/pearl.el
+++ b/pearl.el
@@ -4250,7 +4250,7 @@ no side effects."
(let* ((src (or source '(:type filter :name "Linear issues" :filter nil)))
(name (pearl--source-name src))
(filter (plist-get src :filter))
- (grouping (plist-get src :group))
+ (grouping (pearl--effective-grouping src))
(groups (pearl--group-issues issues grouping)))
(with-temp-buffer
;; The view name renders verbatim, matching Linear's own capitalization;
@@ -4390,7 +4390,7 @@ just writing the file and leaving it off-screen."
(?m ; merge by LINEAR-ID, keeping edits
(with-current-buffer existing-buf
(let ((counts (pearl--merge-issues-into-buffer
- issues (plist-get source :group))))
+ issues (pearl--effective-grouping source))))
(pearl--update-source-header (length issues) truncated)
(pearl--update-derived-todo-header (pearl--gather-header-states issues))
(pearl-highlight-comments)
@@ -6822,7 +6822,7 @@ of the replace path."
(cdr eff)))
(truncated (pearl--query-result-truncated-p result))
(counts (pearl--merge-issues-into-buffer
- issues (plist-get source :group))))
+ issues (pearl--effective-grouping source))))
(pearl--update-source-header (length issues) truncated)
(pearl--update-derived-todo-header (pearl--gather-header-states issues))
(pearl-highlight-comments)