[feat/garden] update garden review interval value
This commit is contained in:
parent
a98f3124dd
commit
c39e03d91b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue