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))