emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org 1f9249eb6e: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 1f9249eb6e: Merge branch 'bugfix'
Date: Tue, 24 Jan 2023 04:57:59 -0500 (EST)

branch: externals/org
commit 1f9249eb6ed120bb2706504f91d87008d764970b
Merge: 6b15897a56 5bbb97f3df
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org-agenda.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index d2aa8f3f22..bfc3902fdc 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3474,7 +3474,9 @@ This ensures the export commands can easily use it."
     (when (setq tmp (plist-get props 'date))
       (when (integerp tmp) (setq tmp (calendar-gregorian-from-absolute tmp)))
       (let ((calendar-date-display-form
-             '(year "-" (string-pad month 2 ?0 'left) "-" (string-pad day 2 ?0 
'left))))
+             '((format "%s-%.2d-%.2d" year
+                       (string-to-number month)
+                       (string-to-number day)))))
        (setq tmp (calendar-date-string tmp)))
       (setq props (plist-put props 'date tmp)))
     (when (setq tmp (plist-get props 'day))



reply via email to

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