-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix: Pass helm-org-rifle-after-init-hook as reference #77
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks. When I have time, I'll make a new stable release with this fix. |
Closed
1 task
Thanks a lot @Thaodan ! |
Thank you for contributing this! This seems to fix the issue on my machine. Is there anything blocking this being merged? |
Lisp student ***@***.***> writes:
Is there a way to disable this, or it is indispensable for helm-rifle to work?
You should open a separate issue about this.
Don't hijack this PR.
|
I might be related but it's a different, create a new issue please.
|
bvraghav
added a commit
to bvraghav/dotemacs
that referenced
this pull request
Mar 18, 2023
helm-org-rifle-after-init-hook was passed as string. Helm sends a warning when ~after-init-hook~ is not a symbol during functions such as ~helm-org-rifle~: Warning (emacs): Helm source ‘file.org’: after-init-hook Should be defined as a symbol Signed-off-by: Björn Bidar <[email protected]>
alphapapa
force-pushed
the
hook_as_reference
branch
from
August 21, 2023 19:24
5f480ae
to
0e97d47
Compare
@Thaodan Thanks for the fix, and to you and @thierryvolpiatto for your patience! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
helm-org-rifle-after-init-hook was passed as string. Helm sends a
warning when
after-init-hookis not a symbol during functions such ashelm-org-rifle:Warning (emacs): Helm source ‘file.org’: after-init-hook Should be defined as a symbol