From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Problem with org-timestamp-up and timezones Date: Wed, 13 Apr 2016 14:21:41 +0800 Message-ID: <87twj6t4ei.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqEBY-0005va-Hd for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 02:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqEBT-0000f8-IZ for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 02:21:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:34743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqEBT-0000eu-Bt for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 02:21:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aqEBS-0004ew-8z for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 08:21:50 +0200 Received: from 111.199.122.44 ([111.199.122.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2016 08:21:50 +0200 Received: from eric by 111.199.122.44 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2016 08:21:50 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hey, I just tried using org-shiftup on a timestamp, and got the following traceback. I'm using the Org package, and Emacs master from git. Let me know if I should dig deeper! Debugger entered--Lisp error: (error "Invalid time zone specification" (nil nil nil)) encode-time(0 0 0 14 4 2016 (nil nil nil)) org-timestamp-change(1 nil updown) org-timestamp-up(1) funcall-interactively(org-timestamp-up 1) call-interactively(org-timestamp-up) org-shiftup(nil) funcall-interactively(org-shiftup nil) call-interactively(org-shiftup nil nil) command-execute(org-shiftup)