Add org-agenda-text-search-extra-files to options to search
This commit is contained in:
parent
6633dbb276
commit
0c00d5a845
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue