From 871a7cddfc0d51c30d447e140f3835b2c24341f9 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 28 Oct 2021 17:45:58 +0200 Subject: chore: be nicer about emacsql --- org-roam-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-ui.el b/org-roam-ui.el index b119085..24cc3cf 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -450,7 +450,7 @@ TODO: Split this up." ROWS is the sql result, while COLUMN-NAMES is the columns to use." (let (res) (while rows - ;; emacsql does not want to give us the tags as a list, so we post process it + ;; I don't know how to obtain the tags as a simple list, so we post process it (if (not (string= (car column-names) "tags")) (push (cons (pop column-names) (pop rows)) res) (push (cons (pop column-names) -- cgit v1.2.3