Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including files in org-agenda-text-search-extra-files #44

Open
aded opened this issue Nov 22, 2019 · 1 comment
Open

Including files in org-agenda-text-search-extra-files #44

aded opened this issue Nov 22, 2019 · 1 comment
Assignees

Comments

@aded
Copy link

aded commented Nov 22, 2019

Hi @alphapapa, thanks for this package!
Is there a way to include files in org-agenda-text-search-extra-files when using helm-org-rifle-agenda-files?

TIA,
aded

@alphapapa
Copy link
Owner

Hi,

Thanks for the kind words.

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.

@alphapapa alphapapa self-assigned this Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants