Fix: (org-ql-view--format-element)

Actually, really fix it this time.

Fixes #150.  Thanks to @tpeacock19 for reporting.
This commit is contained in:
Adam Porter 2020-11-11 18:11:24 -06:00
parent 168041f0df
commit 8102d7a8ee

View file

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