Skip to content

org-ql does not support default Org priorities when sorting by priority #510

@igmacs

Description

@igmacs

org-ql does not support default Org properties when querying by priority, which I wish it wasn't the case but is well documented and can be easily worked around combining different priority predicates (e.g., (priority >= "B") could be rewritten as (not (priority "C")).

But it also doesn't support Org priorities when sorting by priority, and I think that's a bug, or at least it's not documented and I can't think of a reason for it to be that way, nor an easy workaround without using a custom sorting predicate. The fix is very simple and I've done it in my fork: igmacs@568e03b.

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