Fixed another bug; due-today doesn't use org-roam relative time
This commit is contained in:
parent
9d2988672b
commit
8547232b53
@ -34,7 +34,9 @@ These functions are for my org roam daily capture template.
|
||||
(lambda ()
|
||||
(when (member (org-get-todo-state) '("TODO" "IN PROGRESS"))
|
||||
(jm/daily-todos-format-link)))
|
||||
"DEADLINE<=\"<today>\""
|
||||
(format-time-string
|
||||
"DEADLINE<=\"<%Y-%m-%d>\""
|
||||
(or (org-capture-get :default-time) (current-time)))
|
||||
(org-agenda-files)))
|
||||
|
||||
(defun jm/daily-todos-dynamic-habits (habit week-days)
|
||||
|
Loading…
x
Reference in New Issue
Block a user