From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Feichtinger Subject: Re: Problem with org-timestamp-up and timezones Date: Fri, 15 Apr 2016 11:50:51 +0000 (UTC) Message-ID: References: <87twj6t4ei.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar2HB-00034x-9U for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 07:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar2H7-000696-9H for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 07:51:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:32815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar2H7-00068s-2J for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 07:51:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ar2H4-0003Qd-Qb for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 13:50:58 +0200 Received: from dflt1w.psi.ch ([129.129.194.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2016 13:50:58 +0200 Received: from dfeich by dflt1w.psi.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2016 13:50:58 +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 Hi Jesse gmail.com> writes: > > Eric Abrahamsen ericabrahamsen.net> writes: > > > > > 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. > > I too am experiencing this issue under the same conditions (Emacs master + > MELPA org 20160411). My trace is nearly identical. > > I ran into the same problem right now. Also with org mode from MELPA and the current emacs master from git. - GNU Emacs 25.1.50.5 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2016-04-15 - Org-mode version 8.3.4 (8.3.4-34-gacfd41-elpaplus Debugger entered--Lisp error: (error "Invalid time zone specification" (nil nil nil)) encode-time(0 0 12 15 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) Cheers, Derek