From 33f34a7952941e81efcf1bd91d77c1e1a67e801f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Edstr=C3=B6m?= Date: Sat, 24 Aug 2024 10:18:27 +0200 Subject: [PATCH] fix: Stop re-dating file datestamps --- org-node.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org-node.el b/org-node.el index 10effa5..574452c 100644 --- a/org-node.el +++ b/org-node.el @@ -2746,8 +2746,7 @@ out, with any year, month or day." "[[:digit:]]+" "[[:digit:]]+" (replace-regexp-in-string "[[:alpha:]]+" "[[:alpha:]]+" - example t))) - "$")))))) + example t))))))))) (cdr org-node--make-regexp-for-time-format)) ;; (memoize #'org-node--make-regexp-for-time-format nil)