Skip to content

User-defined sorting signals an error in org-ql-select #37

@mz-pdm

Description

@mz-pdm

When I pass a function symbol as `sort' argument to org-ql-select, I get error "SORT must be either nil, or one or a list of the defined sorting methods (see documentation)". I think this is because of the line

(setq sort (-list sort))

that changes the type of `sort' from a function symbol to a list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions