Closed novoid closed 4 years ago
Karl Voit notifications@github.com writes:
Hi, This could be the wrong place for this issue since I don't fully understand, what's going on:
I switched from Emacs 26.3 (Ubuntu 20.04.1 default) to Emacs snapshot GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-08-23 via https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa
On the first boot with emacs --debug-init I get:
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "helm-org") require(helm-org)
I got org-ql-20200713.309 and helm-org-20200311.633 via use-package and elpa as shown on https://github.com/novoid/dot-emacs/blob/master/config.org
So: either this is an issue related to helm-org in combination with the update or this is once again an issue related to my somewhat complex setup.
Typically an issue with your config, the error message is clear, emacs is not finding helm-org, why? I don't know, not enough infos.
I'm switching back to 26.3 for now. If you're interested, I can provide more details if this looks promising to you.
Not promising, but if you need more help don't hesitate.
-- Thierry
Typically an issue with your config, the error message is clear, emacs is not finding helm-org
I don't disagree to your judgement. However, the identical configuration is working with other emacs versions. Maybe the issue is related to the snapshot character of the binary.
Hi, This could be the wrong place for this issue since I don't fully understand, what's going on:
I switched from Emacs 26.3 (Ubuntu 20.04.1 default) to Emacs snapshot
GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-08-23
via https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppaOn the first boot with
emacs --debug-init
I get:I got
org-ql-20200713.309
andhelm-org-20200311.633
via use-package and elpa as shown on https://github.com/novoid/dot-emacs/blob/master/config.orgSo: either this is an issue related to
helm-org
in combination with the update or this is once again an issue related to my somewhat complex setup.I'm switching back to 26.3 for now. If you're interested, I can provide more details if this looks promising to you. Alternatively, just close this issue.