gizmomogwai / org-kanban

Kanban table for org-mode
MIT License
238 stars 18 forks source link

Feature Request: Filter workflow states from the Kanban view #32

Closed e0d closed 2 years ago

e0d commented 3 years ago

I'd like to be able to filter arbitrary workflow states from a kanban board.

For example, I'd like to be able to ignore things in the abandoned state or the ice-box state.

Let me know if such a feature sounds possible and interesting.

gizmomogwai commented 3 years ago

At the moment there is already the range parameter. If you would put abandoned and ice-box to the end of the states, then you could select everything needed with :range ("Todo" . "Done") if you would have e.g. the header #+TODO: Todo Plan Develop Test | Done Iced Abandoned Would this help you, or do you need more flexibility?

edwinclement08 commented 3 years ago

Thanks @gizmomogwai, this was exactly what I wanted.