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

Can't search #14

Open
squarepegsys opened this issue Jun 28, 2017 · 1 comment
Open

Can't search #14

squarepegsys opened this issue Jun 28, 2017 · 1 comment

Comments

@squarepegsys
Copy link

I'm currently using Emacs Version 25.1 (9.0) installed via MacPorts.

I made a link in the index.org file at ~/org-wiki and put some content there. But whenever I try to search (with org-wiki-search or org-wiki-keywords) I get the following error:

grep-expand-template: Wrong type argument: stringp, nil
@padawanphysicist
Copy link

I suppose the reason is that org-wiki-search uses rgrep interactively. Using this in my init.el:

(eval-after-load "grep"
  '(grep-compute-defaults))

(found here) solved the problem.

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