Fixes auto todos-tagger

This commit is contained in:
Emmet 2023-09-10 07:57:00 -05:00
parent 57cf2ee958
commit b11c9ac1c6
2 changed files with 2 additions and 2 deletions

View file

@ -646,7 +646,7 @@ tasks."
(time-less-p (time-subtract (current-time) (* 60 60 24 OLD-DAYS)) (date-to-time (org-element-property :raw-value h)))) (time-less-p (time-subtract (current-time) (* 60 60 24 OLD-DAYS)) (date-to-time (org-element-property :raw-value h))))
nil 'first-match) nil)) nil 'first-match) nil))
(setq org-timestamp-days-for-old 21) (setq org-timestamps-days-for-old 21)
; This has a bug where it won't sync a new agenda file ; This has a bug where it won't sync a new agenda file
; if I'm editing an org roam node file while set to another ; if I'm editing an org roam node file while set to another

View file

@ -771,7 +771,7 @@ tasks."
(time-less-p (time-subtract (current-time) (* 60 60 24 OLD-DAYS)) (date-to-time (org-element-property :raw-value h)))) (time-less-p (time-subtract (current-time) (* 60 60 24 OLD-DAYS)) (date-to-time (org-element-property :raw-value h))))
nil 'first-match) nil)) nil 'first-match) nil))
(setq org-timestamp-days-for-old 21) (setq org-timestamps-days-for-old 21)
; This has a bug where it won't sync a new agenda file ; This has a bug where it won't sync a new agenda file
; if I'm editing an org roam node file while set to another ; if I'm editing an org roam node file while set to another