Open OrvGull opened 4 years ago
Note, in Emacs org-mode this can be controlled per-file with a settings line like the following:
#+TODO: TODO WAITING BLOCKED | DONE CANCELED
However for my use case a global configuration setting is fine.
It's a shame this project isn't maintained anymore.
Here is where you could set this up for yourself if you'd be so inclined: https://github.com/MattFlower/organized/blob/master/lib/item-finder.coffee#L7
There is probably some more code to adjust, but my guess is this wouldn't be rocket science to implement.
I'd like the ability to have a custom list of TODO tags, in order to more finely indicate the state of an item. For example, in Emacs org-mode I have the following list I can cycle through:
TODO WAITING BLOCKED DONE CANCELED
(The first three are uncompleted, the last two show as completed.)