You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could easily define a command of your own that searches whatever files you like. See:
helm-org-rifle-files is an interactive autoloaded compiled Lisp function in
‘~/.homesick/repos/emacs.d/emacs.d/elpa/helm-org-rifle-20181216.529/helm-org-rifle.el’.
(helm-org-rifle-files &optional FILES)
Rifle through FILES, where FILES is a list of paths to Org files.
If FILES is nil, prompt with ‘helm-read-file-name’. All FILES
are searched; they are not filtered with
‘helm-org-rifle-directories-filename-regexp’.
I wasn't aware of the variable org-agenda-text-search-extra-files. It might be good to add that to helm-org-rifle-agenda-files as a default. I'll assign this issue to myself and think about that.
Also, please see https://github.com/alphapapa/org-ql. It's a newer package for searching that is more powerful than org-rifle, although it currently displays results in a different way, so it doesn't necessarily replace org-rifle yet. The helm-org-ql command is recommended.
Hi @alphapapa, thanks for this package!
Is there a way to include files in
org-agenda-text-search-extra-files
when usinghelm-org-rifle-agenda-files
?TIA,
aded
The text was updated successfully, but these errors were encountered: