From c39e03d91b5108d92a482974c051a1f4b50a6f50 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Mon, 15 Jul 2024 00:53:17 +0800 Subject: [PATCH] [feat/garden] update garden review interval value --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 2a8c1c2..5e1c2c5 100644 --- a/config.org +++ b/config.org @@ -147,7 +147,7 @@ (message "Plant exists, skip...") (goto-char (point-max)) (insert (concat "* " heading "\n[[" file-path "]]")) - (org-schedule nil (format "<%s 22:00 ++1d >" (format-time-string "%Y-%m-%d %u"))) + (org-schedule nil (format "<%s 22:00 ++3d >" (format-time-string "%Y-%m-%d %u"))) (save-buffer))))) #+end_src