From 0ac44d70a5f62a36645b001bd0901a5d98be9639 Mon Sep 17 00:00:00 2001 From: Chris Barrett Date: Sat, 20 May 2023 15:49:14 +1200 Subject: [PATCH] Remove use of obsolete function --- lisp/org-roam-review.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-roam-review.el b/lisp/org-roam-review.el index 4063aad..d8c9994 100644 --- a/lisp/org-roam-review.el +++ b/lisp/org-roam-review.el @@ -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)