1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(org-start-icalendar-file): Fixed format form.

This commit is contained in:
Carsten Dominik 2005-10-24 19:37:30 +00:00
parent 6bcf30dc6d
commit e3dce51992

View File

@ -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 ()