Add org-agenda-text-search-extra-files to options to search

This commit is contained in:
Erik Hetzner 2020-09-21 11:41:58 -07:00
parent 6633dbb276
commit 0c00d5a845
No known key found for this signature in database
GPG key ID: 0167E9BF5C500CB6

View file

@ -869,7 +869,7 @@ current buffer. Otherwise BUFFERS-FILES is returned unchanged."
org-ql-view-buffers-files org-ql-view-buffers-files
(pcase-exhaustive (pcase-exhaustive
(completing-read "Buffers/Files: " (completing-read "Buffers/Files: "
(list 'buffer 'org-agenda-files 'org-directory 'all) (list 'buffer 'org-agenda-files 'org-agenda-text-search-extra-files 'org-directory 'all)
nil nil (initial-input)) nil nil (initial-input))
((or "" "buffer") (current-buffer)) ((or "" "buffer") (current-buffer))
("org-agenda-files" (org-agenda-files)) ("org-agenda-files" (org-agenda-files))