From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: org-icalendar timezone property? Date: Wed, 17 May 2017 19:42:03 +0800 Message-ID: <87shk3vhf8.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAxLv-0004qE-FR for emacs-orgmode@gnu.org; Wed, 17 May 2017 07:42:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAxLs-00033H-DM for emacs-orgmode@gnu.org; Wed, 17 May 2017 07:42:51 -0400 Received: from [195.159.176.226] (port=60117 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAxLs-000330-6l for emacs-orgmode@gnu.org; Wed, 17 May 2017 07:42:48 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dAxLk-0001Yl-5U for emacs-orgmode@gnu.org; Wed, 17 May 2017 13:42:40 +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 I'm trying to figure out if I can set an org-icalendar event's timezone using some sort of property on the headline. Looking at the code, it doesn't seem to be possible -- is that true? I know about org-icalendar-timezone, which appears to be a global value. Has anyone successfully specified a per-headline timezone? Thanks, Eric