From 28e877dc2639ff09f226c03fe088ebb5b42574e0 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 19 Mar 2024 15:13:52 -0400 Subject: [PATCH] Remove redundant section of SQL query --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index a3aca0c..575954c 100644 --- a/config.org +++ b/config.org @@ -2910,8 +2910,7 @@ Areas are stored as subnodes of the =Areas= file node, and likewise for goals. T :inner-join tags :on (= dest node_id) :where (= source $s1) :and (= type "id") - :and (= tag $s2) - :group :by dest] + :and (= tag $s2)] (org-roam-node-id node) tag))) (mapcar (lambda (id) (org-roam-populate (org-roam-node-create :id (car id))))