Replace `org-get-tags-at' by 'org-get-tags'

This commit is contained in:
Daniel - 2020-06-26 22:17:25 +02:00
parent 7c8b28c9bc
commit 755fb23e2b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ If OTHERS is true, skip all entries that do not correspond to TAG."
(save-mark-and-excursion
;; remember to also consider invisible headings
(org-back-to-heading t))))
(has-tag (member tag (org-get-tags-at current-headline))))
(has-tag (member tag (org-get-tags current-headline))))
(if (or (and others (not has-tag))
(and (not others) has-tag))
next-headline