From 1579b921e86d9525255508240f3ae193b8cf626a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 Sep 2019 17:07:12 +0200 Subject: [PATCH] Filter SOMEDAY items out from the org-random-todo list --- configuration.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.org b/configuration.org index 1144edf..4c1d3a8 100644 --- a/configuration.org +++ b/configuration.org @@ -2778,6 +2778,8 @@ This is a big one; I use a lot of customisation here. :config ;; Don’t 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)))