From d4d6bd86725d78bc402ac2181e6db6a235e1dd8a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 9 Jun 2026 21:51:08 +0200 Subject: [PATCH] Do not unstuck Org headlines with DATE subheadings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This “unstucking” also applies when the DATE subheading is marked with DONE. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 552fc83..9ba2f63 100644 --- a/init.el +++ b/init.el @@ -1245,7 +1245,7 @@ accordingly." org-stuck-projects '("+TODO=\"\"-DATE-HOLD-NOTE-WAIT-NOP-TOPIC-SOMEWHEN-TEMPLATE-SCHEDULED>=\"<+0d>\"" ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN") - ("DATE") + () "") org-agenda-prefix-format