Skip to content

org-ql-query got error: \"‘CATEGORY’ is a malformed function\" #356

@beast-pro

Description

@beast-pro

org file and query:

** TODO project 1
:PROPERTIES:
:ID:       1c3f1261-e626-4ee2-b038-6ca77bf04e75
:Create:   [2023-06-19 18:05]
:zone:     west
:END:
** project 2023
:PROPERTIES:
:ID:       ae643fae-3c29-4cd9-9786-acb1ffb600eb
:Create:   [2023-06-19 18:06]
:zone:     east
:END:

(org-ql-query :select '(org-get-heading :no-tags)
              :from (current-buffer)
              :where '(or (tags "personAlice")
                          (property "zone" "east")))

Error Message:
org-ql--byte-compile-warning: Invalid Org QL query: "Invalid Org QL query: \"‘CATEGORY’ is a malformed function\", :warning", :error
screenshot:
image
org-ql version:
image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions