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:56:48 +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]:36845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar2Mu-0002jb-Q2 for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 07:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar2Mq-0007el-Pl for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 07:57:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:33116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar2Mq-0007ea-Jh for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 07:56:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ar2Mo-0006Pf-6Q for emacs-orgmode@gnu.org; Fri, 15 Apr 2016 13:56:54 +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:56:54 +0200 Received: from dfeich by dflt1w.psi.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2016 13:56:54 +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 > > 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 > > Sorry, should have confirmed that before sending the last mail: I get the same behavior using the older org version from my backup (Org-mode version 8.3.4 / 8.3.4-15-gdd9be3-elpaplus). So this must be an incompatibility introduced in the emacs core development. Cheers, Derek