From 8102d7a8ee18fb593076d01abd3323d024cb5a7d Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 11 Nov 2020 18:11:24 -0600 Subject: [PATCH] Fix: (org-ql-view--format-element) Actually, really fix it this time. Fixes #150. Thanks to @tpeacock19 for reporting. --- org-ql-view.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql-view.el b/org-ql-view.el index 823d426..087ff77 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -842,6 +842,7 @@ return an empty string." (org-element-property :org-marker element)))) (with-current-buffer (marker-buffer marker) (org-with-wide-buffer + (goto-char marker) (cl-loop for type in (org-ql--tags-at marker) unless (or (eq 'org-ql-nil type) (not type))