todo-filter-top-priorities

todo-filter-top-priorities is an interactive compiled Lisp function in `todo-mode.el'.


(todo-filter-top-priorities &optional ARG)

Display a list of top priority items from different categories.
The categories can be any of those in the current todo file.

With numerical prefix ARG show at most ARG top priority items
from each category. With `C-u' as prefix argument show the
numbers of top priority items specified by category in
`todo-top-priorities-overrides', if this has an entry for the file(s);
otherwise show `todo-top-priorities' items per category in the
file(s). With no prefix argument, if a top priorities file for
the current todo file has previously been saved (see
`todo-save-filtered-items-buffer'), visit this file; if there is
no such file, build the list as with prefix argument `C-u'.

The prefix ARG regulates how many top priorities from
each category to show, as described above.