Fix: (org-ql-view--format-element)
Actually, really fix it this time. Fixes #150. Thanks to @tpeacock19 for reporting.
This commit is contained in:
parent
168041f0df
commit
8102d7a8ee
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue