Skip to content

Symbol's function definition is void: org-ql-block #53

@gcantieni

Description

@gcantieni

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions