From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Toomas Rosin" Subject: moving into another time zone? Date: Mon, 30 Mar 2015 22:35:19 +0300 Message-ID: <20150330223519.7719@toomas.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcfT9-000414-E7 for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 15:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcfT6-0005h4-5e for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 15:35:31 -0400 Received: from rosin.ee ([88.196.134.13]:43689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcfT5-0005cS-QR for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 15:35:28 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: toomas@rosin.ee Hello! Is it possible to create timestamps (SCHEDULED:) for TODOs with respect to = one timezone, but have Agenda view show them for another zone =E2=80=94 so = that when I move to another timezone, all I have to do is tell org-mode (vi= a environment?) in which timezone I happen to be at the moment, to have the= Agenda view display all times according to that zone, without me having to= change anything in the .org file itself? And if it is not possible (which I suspect, not having found anything promi= sing by grepping for "zone" in org-mode sources and docs, and by looking at= `org-time-string-to-time' and `org-ts-regexp0'), what exactly would it tak= e to make it possible? With best wishes, T.