Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2024-03-26 14:44:52 +03:00
commit a3bd978e15
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -12610,7 +12610,7 @@ a *different* entry, you cannot use these techniques."
;; agenda cache for non-file buffers.
(when buffer-file-name
(org-agenda-prepare-buffers
(and buffer-file-name (list buffer-file-name))))
(and buffer-file-name (list (current-buffer)))))
(setq res
(org-scan-tags
func matcher org--matcher-tags-todo-only start-level)))