mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(org-start-icalendar-file): Fixed format form.
This commit is contained in:
parent
6bcf30dc6d
commit
e3dce51992
1 changed files with 2 additions and 2 deletions
|
|
@ -9574,13 +9574,13 @@ END:VTODO\n"
|
|||
(let ((user user-full-name)
|
||||
(calname "something")
|
||||
(name (or name "unknown"))
|
||||
(timezone "FIXME"))
|
||||
(timezone "Europe/Amsterdam")) ;; FIXME: How to get the real timezone?
|
||||
(princ
|
||||
(format "BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
X-WR-CALNAME:%s
|
||||
PRODID:-//%s//Emacs with Org-mode//EN
|
||||
X-WR-TIMEZONE:Europe/Amsterdam
|
||||
X-WR-TIMEZONE:Europe/%s
|
||||
CALSCALE:GREGORIAN\n" name user timezone))))
|
||||
|
||||
(defun org-finish-icalendar-file ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue