From b11c9ac1c6b6e9149224ae9cf26c531d37ca2307 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 10 Sep 2023 07:57:00 -0500 Subject: [PATCH] Fixes auto todos-tagger --- user/app/doom-emacs/config.el | 2 +- user/app/doom-emacs/doom.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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