From 988f5cabb65c78e69a3bfb16493a731d4d412d03 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 27 Nov 2023 13:01:42 -0800 Subject: [PATCH] Changed daily-todos to only add in progress todo items --- .emacs.d/functions.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/functions.org b/.emacs.d/functions.org index 60c001f..47365d4 100644 --- a/.emacs.d/functions.org +++ b/.emacs.d/functions.org @@ -18,7 +18,7 @@ These functions are for my org roam daily capture template. (mapconcat #'identity (delq nil (org-map-entries #'jm/daily-todos-priority-tasks-helper - "TODO=\"TODO\"" + "/TODO=\"IN PROGRESS\"/" files)) "\n")) (defun jm/daily-todos-dynamic-habits (habit week-days)