From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: DST and appointments in other timezones Date: Thu, 14 Nov 2019 09:06:59 -0800 Message-ID: <87h836wfnw.fsf@ericabrahamsen.net> References: <87mucze7ln.fsf@llwynog.ekleog.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54124) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVIaQ-0003Al-MO for emacs-orgmode@gnu.org; Thu, 14 Nov 2019 12:07:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVIaP-0002iZ-Og for emacs-orgmode@gnu.org; Thu, 14 Nov 2019 12:07:14 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:50032 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iVIaP-0002ej-HR for emacs-orgmode@gnu.org; Thu, 14 Nov 2019 12:07:13 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iVIaJ-000ZZ1-6K for emacs-orgmode@gnu.org; Thu, 14 Nov 2019 18:07:07 +0100 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 Leo Gaspard writes: > Hello world, > > I have appointments that are scheduled on timezones other than my > computer's. Does org-mode support setting that? It looks like timestamps > don't support adding a timezone, so I'm wondering whether there's a > reasonable way to use s-expressions in timestamps for this? > > Well, ideally org-mode could be adapted to support timestamps in > arbitrary timezones, but I guess there are reasons why that's not > supported? It's not what you're asking for, but timezones in calendar exports, at least, are supported. I'm planning an upcoming trip to London, so I make a "London trip" heading in my schedule.org file, and add a TIMEZONE property with "Europe/London" as the value. It doesn't work in the agenda (the agenda would require quite a bit more work to support it), but when I export to my caldav server the TZ is set properly and it shows up right on my phone, etc. That's something, anyway...