From 96bd00f9387929c773fdd0df06899bf0eebbc84f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 25 Aug 2024 17:21:44 -0400 Subject: [PATCH] FIX node prop error --- local/lib/org-x/org-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x.el b/local/lib/org-x/org-x.el index b3210d0..c540c95 100644 --- a/local/lib/org-x/org-x.el +++ b/local/lib/org-x/org-x.el @@ -1965,7 +1965,7 @@ and slow." (org-ml-unixtime-to-time-long) (org-ml-build-timestamp!) (org-ml-to-string) - (org-ml-build-node-property org-x-prop-created)))) + (list org-x-prop-created)))) (org-ml-update-this-headline* (org-ml-headline-map-node-properties* (-snoc it np) it))))