-
Notifications
You must be signed in to change notification settings - Fork 110
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
"Error running timer" when using helm-org-ql #191
Comments
See #185 |
Thanks @yantar92. I just checked. I don't see how this problem is related to the I still updated the peg package manually by extracting the files from the peg tar file into ~/.emacs.d/elpa/peg-2015... and restarted emacs. But that didn't help. |
You need newer version of peg. Did you use https://elpa.gnu.org/packages/peg-1.0.tar? |
That is the one I just downloaded and installed, according to #185 |
The version I mentioned does have |
How can I check if it's in I have only one version of peg installed and that contains in peg.el:
Why do you think it's a peg problem? |
Your error message said "void-function with-peg-rules", which means that
If you have |
I don't read/find the word "peg" in my error message? |
Thanks, good point, I deleted all org-ql folders, restarted emacs, and re-installed |
On the image |
This is odd. The best I can suggest then is trying to run You may also try to check if |
Oh, I overlooked the last line and didn't copy it from I think, peg.elc was not automatically recompiled because of source files' timestamps when extracting from peg tar archive! Now I got it run without errors. Thank you! But now it works for a small test.org file but not for my bigger org files... the helm result buffer stays empty no matter what query I input. And the message buffer shows no errors, except on emacs startup:
This folder doesn't exist but which package or init line needs it? |
That's because you unpacked the package into
The query may just take really long time when you have too many matches. See #160. I suggested a speed up in #162, but it is not merged yet. If you want, you can try my fork with that merge request (and few other tweaks) in place https://github.com/yantar92/org-ql/ |
Alright, I use your fork now and it works. The result appear almost immediately. Thank you!
Hm actually, have only this in ~/.emacs.q:
And Currently I have this setup:
But thanks, you don't need to give further support. You already helped me a lot and I love using org-ql again :) |
Sorry, I can't help myself with this error. I have it for months and package upgrades never helped.
Any ideas? Thank you!
The text was updated successfully, but these errors were encountered: