mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixes auto todos-tagger
This commit is contained in:
parent
57cf2ee958
commit
b11c9ac1c6
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue