emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Use compat org-time-convert-to-list for emacs <27.1


From: Justin
Subject: [PATCH] Use compat org-time-convert-to-list for emacs <27.1
Date: Tue, 4 Jul 2023 19:29:34 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

---
 lisp/org-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 2eed0028e..d6879e8cf 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -803,7 +803,7 @@ When NEXT is non-nil, check the next line instead."
   "Return string with random (version 4) UUID."
   (let ((rnd (md5 (format "%s%s%s%s%s%s%s"
               (random)
-              (time-convert nil 'list)
+              (org-time-convert-to-list nil)
               (user-uid)
               (emacs-pid)
               (user-full-name)

base-commit: 48fffa5daca3e13e4c5ff3928e3b1858cf2bab6b
--
2.20.1

Attachment: 0001-Use-compat-org-time-convert-to-list-for-emacs-27.1.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]