Changed daily-todos to only add in progress todo items

This commit is contained in:
Random936 2023-11-27 13:01:42 -08:00
parent a97604e89f
commit 988f5cabb6

View File

@ -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)