Closed shanecelis closed 2 years ago
thanks for the pull request (and sorry for the late answer). Do I understand correctly, that the default config for doom-emacs's org mode has all those keywords?
Would the range feature work for you as well (there you give a range of keywords that are shown. in your example this would be STRT
to KILL
. Problem is, if the keywords are not following each other, switching on element in the org-kanban table to the next state might not work as wished for (e.g. the table would show keywords 1, 3 and 5, but when you advance one task from 1 to the next you would get 2 (instead of 3 as expected in the table (and it would be removed from the table)). I guess you do not use those features, right?
Another feature, that is missing in your pull request (but I could add this quite quickly) is the support in org-kanban/configure-block
for your new feature.
Also org-kanban//todo-keywords is already filtering on the range parameter ... so it would be good to do the fliterings together, or at least next to each other.
Yes, those are all in the default doom configuration. Although they are separated into three different sequences.
I will play around with range and see if that’s a better place for this feature.
If your example was realistic, that range feature will not help you, as it cannot jump over keywords :/
Do you still need this? @shanecelis
I am closing this for now, if you still needs this, please reopen and comment!
Hi,
I just started using doom-emacs and their org-mode comes chock full with TODO keywords. This made kanban's output unfriendly. Here I'm showing it match nothing just for the sake of demonstration. It's worse when the keywords have items in them.
So I added a :keywords parameter that works like this:
Thank you for creating this project. I hope you find this useful.
-Shane