Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X.P.OrgMode: Add ability to specify priorities #747

Merged
merged 2 commits into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. X.P.OrgMode: Add ability to specify priorities

    Add the ability to specify alphabetic (`#A`, `#B`, and `#C`) org-mode
    priorities[1] at the end of the input note.
    
    [1]: https://orgmode.org/manual/Priorities.html
    slotThe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    68b5a12 View commit details
    Browse the repository at this point in the history
  2. tests/OrgMode: Generate arbitrary priorities

    Add the trivial Arbitrary instance for Priority, extend the Arbitrary
    instance of OrgMsg, as well as some plumbing.  Also work in some unit
    tests for regression testing.
    slotThe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4d11a37 View commit details
    Browse the repository at this point in the history