Replies: 3 comments 2 replies
-
Hello, The mention of lexical binding suggests a possible installation problem. But since the error is coming from Vertico, not org-ql, you should probably ask its maintainer. |
Beta Was this translation helpful? Give feedback.
-
@alphapapa I asked here as I was have noticed a lexical-binding error when triggering I have switched to the 30.0.93 (preview 3) and I don't see this error. The only, small, concern I have is this error showing up this late in the Emacs release process. But that has nothing to do with org-ql or vertico. |
Beta Was this translation helpful? Give feedback.
-
An update:
(use-package org-ql
:after (org)
:demand t
:bind
(:map org-mode-map
("C-c C-j" . org-ql-find)
("C-c w" . org-ql-refile)
("C-c t" . alpo/org-goto-day))
;; ... config section
) Triggering
I have noticed the 31.y.z version and wondered why that would be the nightly for the 30 release. As a side questions: do you know what's the branch name for the 30 release? Are there any nightlies from this or the pretest is the one to be used to validate the Emacs 30 release? thank you |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am running a nightly Emacs build (31.0.50) and have org-ql 29241107.345. When triggering
org-ql-find
I am getting the above error. There is nothing else in the Messages buffer to give me any leads.I'd appreciate any help with this.
Beta Was this translation helpful? Give feedback.
All reactions