* lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
This commit is contained in:
parent
92c56fe7fd
commit
e5468a779d
1 changed files with 1 additions and 2 deletions
|
@ -323,8 +323,7 @@ Returns a string using match elements 1-5, where:
|
||||||
;; If we could convert the monthname to a numeric month, we can
|
;; If we could convert the monthname to a numeric month, we can
|
||||||
;; use the standard function calendar-date-string.
|
;; use the standard function calendar-date-string.
|
||||||
(concat (if month
|
(concat (if month
|
||||||
(calendar-date-string (list (string-to-number month)
|
(calendar-date-string (list month (string-to-number day)
|
||||||
(string-to-number day)
|
|
||||||
(string-to-number year)))
|
(string-to-number year)))
|
||||||
(cond ((eq calendar-date-style 'iso) "\\3 \\1 \\2") ; YMD
|
(cond ((eq calendar-date-style 'iso) "\\3 \\1 \\2") ; YMD
|
||||||
((eq calendar-date-style 'european) "\\2 \\1 \\3") ; DMY
|
((eq calendar-date-style 'european) "\\2 \\1 \\3") ; DMY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue