Skip to content

Commit

Permalink
fix: Stop re-dating file datestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
meedstrom committed Aug 24, 2024
1 parent 4580315 commit 33f34a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions org-node.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 33f34a7

Please sign in to comment.