Closed amake closed 1 month ago
This would be great. I just use one sequence #+TODO: TODO HOLD DONE
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:
org-todo-keywords
as a global setting. But I don't have a settings screen, and I don't want to make one.#+TODO:
(or #+SEQ_TODO:
or #+TYP_TODO:
), and then re-parseI'd vote for #+TODO
being enough, that way if one syncs org files, the keyword list is trivially synced with them.
v1.41.5 is now released
@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 fromWAITING
toMAYBE
Sometimes I need to switch fromSTUCK
toNEXT
_Originally posted by @shelverizr in https://github.com/amake/org_parser/issues/14#issuecomment-1975495377_