From a2b738c7040ba4ac7331d7e998690ddd325691a3 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 7 Jun 2022 22:53:19 -0400 Subject: [PATCH] FIX make new property drawers not demented --- 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 d18cd9b..f903a57 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-to-string) (org-ml-build-node-property org-x-prop-created)))) (org-ml-update-this-headline* - (org-ml-headline-map-node-properties* (cons np it) it)))) + (org-ml-headline-map-node-properties* (-snoc it np) it)))) (defun org-x-set-expired-time (&optional arg) "Set the expired time of the current headline.