We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS
Emacs 29
emacs
9.7.17
20241107.345
(use-package org-ql :after org)
org-update-dblock: Symbol’s function definition is void: org-dblock-write:org-ql
Loading org-ql-search manually solves the problem and makes the dynamic block to work, so this is not a path problem
The dynamic block should execute even if org-ql has not been loaded before. It seems to be missing an autoload statement
No response
The text was updated successfully, but these errors were encountered:
alphapapa
Successfully merging a pull request may close this issue.
OS/platform
MacOS
Emacs version and provenance
Emacs 29
Emacs command
emacs
Org version and provenance
9.7.17
org-ql package version and provenance
20241107.345
Actions taken
(use-package org-ql :after org)
Observed results
org-update-dblock: Symbol’s function definition is void: org-dblock-write:org-ql
Loading org-ql-search manually solves the problem and makes the dynamic block to work, so this is not a path problem
Expected results
The dynamic block should execute even if org-ql has not been loaded before. It seems to be missing an autoload statement
Backtrace
No response
Etc.
No response
The text was updated successfully, but these errors were encountered: