ox-icalendar: Fix time zone construct from recently ported commit
* lisp/ox-icalendar.el (org-icalendar--combine-files): Correct typo in format-time-string specifier. This is a follow-up to the port of Emacs's e0ca8f791.
This commit is contained in:
parent
6dd736ab35
commit
0e0fe76ae4
|
@ -1033,7 +1033,7 @@ FILES is a list of files to build the calendar from."
|
|||
user-full-name
|
||||
;; Timezone.
|
||||
(or (org-string-nw-p org-icalendar-timezone)
|
||||
(format-time-string "Z"))
|
||||
(format-time-string "%Z"))
|
||||
;; Description.
|
||||
org-icalendar-combined-description
|
||||
;; Contents.
|
||||
|
|
Loading…
Reference in New Issue