-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support custom headline keywords #93
Labels
enhancement
New feature or request
Comments
amake
changed the title
> @shelverizr Can you check #15 to confirm that that's what you had in mind?
Support custom headline keywords
Mar 4, 2024
This would be great. I just use one sequence |
The main difficulty with this is that the parser needs to know the desired keywords at parse time, so I need one of two things:
|
I'd vote for |
v1.41.5 is now released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@amake Not entirely, I want to switch from any keyword to any other keyword.
For example, I have two categories of tasks, to-do tasks and completed tasks, their keywords are:
To-do tasks:
TODO
,NEXT
,WAITING
,MAYBE
Completed tasks:
DONE
,FAILED
,SUCCESS
,STUCK
,SHUNT
Sometimes I need to switch from
NEXT
toTODO
Sometimes I need to switch from
WAITING
toMAYBE
Sometimes I need to switch from
STUCK
toNEXT
Originally posted by @shelverizr in amake/org_parser#14 (comment)
The text was updated successfully, but these errors were encountered: