From 168041f0df7c425c9833c6f2c363d1f0b38daef5 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 11 Nov 2020 04:22:21 -0600 Subject: [PATCH] Comment: Add FIXME --- org-ql-view.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org-ql-view.el b/org-ql-view.el index cd6ccbb..823d426 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -566,6 +566,9 @@ dates in the past, and negative for dates in the future." ;;;###autoload (defun org-ql-view--bookmark-handler (bookmark) "Show Org QL View BOOKMARK in current buffer." + ;; FIXME: Getting "(void-variable super-groups)" errors when this function is byte-compiled, + ;; but not when it's interpreted! Using (:super-groups super-groups) instead of just + ;; :super-groups fixes it, but I have no idea why, and the macroexpansion is the same. (pcase-let* (((map org-ql-view-plist) (bookmark-get-bookmark-record bookmark)) ((map :buffers-files :query :super-groups :narrow :sort :title) org-ql-view-plist)