Filter SOMEDAY items out from the org-random-todo list

This commit is contained in:
Gergely Polonkai 2019-09-09 17:07:12 +02:00
parent c111714f84
commit 1579b921e8
1 changed files with 2 additions and 0 deletions

View File

@ -2778,6 +2778,8 @@ This is a big one; I use a lot of customisation here.
:config
;; Dont bug me too often…
(setq org-random-todo-how-often 3600)
:custom
(org-random-todo-skip-keywords '("SOMEDAY"))
:bind
(:map gpolonkai/pers-map
("r" . org-random-todo)))