]> code.delx.au - gnu-emacs/commitdiff
(org-start-icalendar-file): Fixed format form.
authorCarsten Dominik <dominik@science.uva.nl>
Mon, 24 Oct 2005 19:37:30 +0000 (19:37 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Mon, 24 Oct 2005 19:37:30 +0000 (19:37 +0000)
lisp/textmodes/org.el

index a84f2be28ae493104f906134a981b2563f30dc1b..18df2ab226c5050658b467b18f5c6a34aa6a5570 100644 (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 ()