-
-
Notifications
You must be signed in to change notification settings - Fork 160
Support multiple todo keyword sequence definitions #250
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
Comments
If I were to attempt to implement this and submit a PR, what would the recommended workflow be or where would I reference in the code? Should I make conscious effort to re-implement the same algorithm/style as the mainline org-mode repo? |
#135 may be related to this |
@happy-dude I don't think you will manage to follow the same algorithm, because I didn't follow it at all when creating this. I think we should just update the parser to figure out all todo and all done states with this data, and the todo state switcher to properly suggest options. I don't know what emacs does when there is a same todo keyword in 2 sequences, so that should be tested before implementing. |
To add another piece to the functionality. Orgmode in emacs allows for TODO sequences created at the top of a file as well. (not sure if that applies to each todo with properties), but definitely supports custom sequences per file (even multiple per file) Mentioned in more detail here #185 |
Uh oh!
There was an error while loading. Please reload this page.
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
https://orgmode.org/guide/Multi_002dstate-Workflow.html
Feature value
From the manual:
In my specific case, I have different sequences defined for
Additional context
Example of how I defined my sequences in emacs:
Example of how I expected to define it in nvim-orgmode:
The text was updated successfully, but these errors were encountered: