-
Notifications
You must be signed in to change notification settings - Fork 109
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
no helm-org-ql #129
Comments
happening to me too. Here's my installation invocation:
|
Oh. And is it still happening or could you find a fix or workaround? Here is, what I've experienced switching to quelpa for
Result: no, it's still not available. Here is my current config related to
|
Hi Karl and Graham, Sorry for the trouble. I will probably move However, I don't understand exactly what's going on here. I guess the problem is specific to your configurations. If you use a clean config, e.g. with https://github.com/alphapapa/emacs-sandbox.sh, you should be able to follow these steps, and it should work:
I just tested that, and it worked for me. |
Hi @gvoysey, Do you have an idea what might cause this issue? Maybe you have a similar setup compared to mine which might lead to this issue? Otherwise, we have to close this issue while being unresolved for us. FYI: I just updated to |
here's my MWE init, which doesn't expose helm-org-ql. If you want to see what i do in daily life: https://emacs.grym.io has the whole kit and caboodle.
|
@novoid I suspect the fix to #75 may fix your problem that you report here. In that issue, you said:
I can't speak for your configuration. You can delete the directories the packages are installed in and restart Emacs, and they will no longer be installed. |
Purging my packages and re-installing them from scratch, pulling the updates solved the issue on my side. Thanks for your help! |
Thanks, glad to know this issue is finally fixed, hopefully for everyone who encountered it. |
I'm sorry, I was not thorough enough while testing the fix. The issue still persists when When I remove This behavior is shown when using use-package with elpa:
I also tested quelpa with:
Somehow, this quelpa snippet does not result in an I'm rather new to Note to myself: issue is only properly tested and resolved when Workaround notesAs a short-term workaround, I added the following lines to my setup. They look for an existing directory of
The interesting thing is that this does only works when the
This behavior does not change when I move the delete-helm-org functionality prior the initialization of In my head, this does not make any sense at all. The |
@novoid You are using |
Absolutely correct - thanks for the hint. I corrected the snippet to ...
... which installs However, it has the same effect: Therefore, the setup method (plain use-package/packages.el vs. use-package/quelpa) does not have an influence on my issue. |
If you are using straight.el, this might work:
I'm also a straight user (for now) and using helm-org-ql. My config first loads Even though alphapapa is generally kind and helpful, he is responsible for a number of packages and doesn't have time to help every user with his configuration, so please don't expect too much on supporting. |
No, I'm not. This was by accident because of a lousy internet search result process how to use quelpa with use-package. Back then, I had no clue what I was doing. Meanwhile, the varieties of possibilities of installing extensions to Emacs is confusing to me. I started with quelpa as a test-balloon to use it as an alternative to the process of git cloning and manually setting up the load path for single packages that are not available in melpa. From the things I read today related to
Thanks for mentioning. I already learned that. I'm very grateful for any help from him and usually, this turned out to be solved quickly. However, this issue seems to be related to my specific setup. As long as he can't reproduce it, he probably won't be in a position to analyze it for a fix. I still do think that this issue here has value for rare cases where others might face the same issue. This fulfills the purpose of a crystallization point of reports of those people and maybe some of them has better Elisp-skills than I do and find some fix. Until then, I stick to the |
@novoid I'm sorry this still isn't fixed for you. When I move In the meantime, this works for me:
(require 'org-ql)
(require 'helm-org-ql)
|
Hi @alphapapa, Yes, I can confirm that these two require lines do fix the issue on two different Emacs versions so that |
Hi,
I've got an issue where I don't get
helm-org-ql
despite of having installed all dependencies.I could find a workaround by manually deinstalling
org-ql
and reinstallingorg-ql
viapackage-list
as described in this comment. As long as I don't close Emacs, I can usehelm-org-ql
normally.As far as I understand, this is maybe caused by a certain order when loading the packages. My current configuration is using
use-package
to set up the packages.The current order is:
Do you have an idea what is causing this issue of not having
helm-org-ql
available after booting Emacs (without re-installingorg-ql
)?The text was updated successfully, but these errors were encountered: