From 3bbf747aca67de04914ca56e563a0abab419cd5a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 26 Apr 2021 18:20:27 +0200 Subject: [PATCH] Do not include SOMEWHEN items in reading list Those will be done somewhen, if at all, and are not necessarily associated with any action. So let's keep them off the reading list consisting of read actions. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8cde7bd..6bc3041 100644 --- a/init.el +++ b/init.el @@ -1077,7 +1077,7 @@ (org-agenda-todo-ignore-scheduled t) (org-agenda-sorting-strategy '(priority-down time-up category-keep)))) - (tags-todo "READ/-DONE" + (tags-todo "READ-SOMEWHEN/-DONE" ((org-agenda-overriding-header "Reading List") (org-agenda-todo-ignore-scheduled t) (org-agenda-sorting-strategy