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
|
user-full-name
|
||||||
;; Timezone.
|
;; Timezone.
|
||||||
(or (org-string-nw-p org-icalendar-timezone)
|
(or (org-string-nw-p org-icalendar-timezone)
|
||||||
(format-time-string "Z"))
|
(format-time-string "%Z"))
|
||||||
;; Description.
|
;; Description.
|
||||||
org-icalendar-combined-description
|
org-icalendar-combined-description
|
||||||
;; Contents.
|
;; Contents.
|
||||||
|
|
Loading…
Reference in New Issue