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

Conversation

slotThe
Copy link
Member

@slotThe slotThe commented Aug 23, 2022

Description

Well, I started using this feature lately, so why not support it? :)

Commit Summary

X.P.OrgMode: Add ability to specify priorities

Add the ability to specify alphabetic (#A, #B, and #C) org-mode priorities1 at the end of the input note.

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.

Checklist

  • I've read CONTRIBUTING.md

  • I've considered how to best test these changes (property, unit,
    manually, ...) and concluded: I've both tested it manually, as well as extended the test suite to cover all new cases.

  • I updated the CHANGES.md file

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
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.
Copy link
Contributor

@geekosaur geekosaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@slotThe slotThe merged commit 113dda4 into xmonad:master Aug 24, 2022
@slotThe slotThe deleted the org-mode/priorities branch August 24, 2022 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants