diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 66f4d02..d842412 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -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)))) 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 ; if I'm editing an org roam node file while set to another diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index ca83a09..ff7bec1 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -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)))) 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 ; if I'm editing an org roam node file while set to another