-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
Hi there, for me it looks like org-ql-block
is pointing to a non-existent function. When I run the example usage:
(setq org-agenda-custom-commands
'(("t" "Custom: Agenda and Emacs SOMEDAY [#A] items"
((org-ql-block '(and (todo "SOMEDAY")
(tags "Emacs")
(priority "A"))
((org-ql-block-header "SOMEDAY :Emacs: High-priority")))
(agenda)))))
When I try to run this I get Symbol's function definition is void: org-ql-block
. Additionally, when I call describe-function
on org-ql-block
I get:
org-ql-block is an alias for ‘org-ql-search-block’, which is not
defined. Please make a bug report.
Not documented.