Filter SOMEDAY items out from the org-random-todo list
This commit is contained in:
parent
c111714f84
commit
1579b921e8
@ -2778,6 +2778,8 @@ This is a big one; I use a lot of customisation here.
|
|||||||
:config
|
:config
|
||||||
;; Don’t bug me too often…
|
;; Don’t bug me too often…
|
||||||
(setq org-random-todo-how-often 3600)
|
(setq org-random-todo-how-often 3600)
|
||||||
|
:custom
|
||||||
|
(org-random-todo-skip-keywords '("SOMEDAY"))
|
||||||
:bind
|
:bind
|
||||||
(:map gpolonkai/pers-map
|
(:map gpolonkai/pers-map
|
||||||
("r" . org-random-todo)))
|
("r" . org-random-todo)))
|
||||||
|
Loading…
Reference in New Issue
Block a user