Remove use of obsolete function

This commit is contained in:
Chris Barrett
2023-05-20 15:49:14 +12:00
parent 3310c444cf
commit 0ac44d70a5

View File

@@ -229,7 +229,7 @@ A higher score means that the node will appear less frequently."
(org-roam-tag-add (list maturity))
(org-set-property "MATURITY" maturity))
(org-set-property "LAST_REVIEW" (org-format-time-string "[%Y-%m-%d %a]"))
(org-set-property "LAST_REVIEW" (format-time-string "[%Y-%m-%d %a]"))
(save-buffer)