emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Mon, 24 Oct 2005 15:37:33 -0400

Index: emacs/lisp/textmodes/org.el
diff -c emacs/lisp/textmodes/org.el:1.43 emacs/lisp/textmodes/org.el:1.44
*** emacs/lisp/textmodes/org.el:1.43    Fri Oct 21 05:55:05 2005
--- emacs/lisp/textmodes/org.el Mon Oct 24 19:37:30 2005
***************
*** 9574,9586 ****
    (let ((user user-full-name)
        (calname "something")
        (name (or name "unknown"))
!       (timezone "FIXME"))
      (princ
       (format "BEGIN:VCALENDAR
  VERSION:2.0
  X-WR-CALNAME:%s
  PRODID:-//%s//Emacs with Org-mode//EN
! X-WR-TIMEZONE:Europe/Amsterdam
  CALSCALE:GREGORIAN\n" name user timezone))))
  
  (defun org-finish-icalendar-file ()
--- 9574,9586 ----
    (let ((user user-full-name)
        (calname "something")
        (name (or name "unknown"))
!       (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/%s
  CALSCALE:GREGORIAN\n" name user timezone))))
  
  (defun org-finish-icalendar-file ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]