]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ox-icalendar.el
Merge from origin/emacs-24
[gnu-emacs] / lisp / org / ox-icalendar.el
index cd48bbf9aef9d9df2fa1bd16dba5756d16f70fe0..a77eaedb9a08abf06d0c6d8bc5813bb7b106a6c2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ox-icalendar.el --- iCalendar Back-End for Org Export Engine
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;      Nicolas Goaziou <n dot goaziou at gmail dot com>
@@ -678,7 +678,7 @@ Return VTODO component as a string."
                        (org-element-property :scheduled entry))
                   ;; If we can't use a scheduled time for some
                   ;; reason, start task now.
-                  (let ((now (decode-time (current-time))))
+                  (let ((now (decode-time)))
                     (list 'timestamp
                           (list :type 'active
                                 :minute-start (nth 1 now)