From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Handling Repeating events from google calendar / repeater interval Date: Sun, 28 Jul 2013 11:00:06 +0200 Message-ID: <51F4DD96.5050807@gmx.de> References: <85k3l1nljo.fsf@damtp.cam.ac.uk> <51DBAFD6.1030608@gmx.de> <85ppuisdax.fsf@damtp.cam.ac.uk> <51EBBB7F.4090609@gmx.de> <85ehapqqw2.fsf@damtp.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3Mpu-0003AZ-Mr for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 05:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3Mpl-000266-7g for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 05:00:18 -0400 Received: from mout.gmx.net ([212.227.15.18]:59112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3Mpk-00024l-WD for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 05:00:09 -0400 Received: from [192.168.2.100] ([88.68.18.233]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MdFwl-1UmWfd3YeZ-00ITRJ for ; Sun, 28 Jul 2013 11:00:06 +0200 In-Reply-To: <85ehapqqw2.fsf@damtp.cam.ac.uk> 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: Stephen Eglen Cc: emacs-orgmode Hi, sorry the patch was incomplete. The correct one is on a branch I just pushed named "tz-test". For me it works the same but maybe it works for you. Cheers, Simon On 07/23/2013 04:42 PM, Stephen Eglen wrote: >> >> Yes, org-mode does not recognize the [UTC], that is just a helper for >> exactly this case: The ical's timezone is emitted in case it is >> different from your DEFAULT_TZ. For me it worked fine so far. > > Thanks. > >> res = orgTimeSpan(tstart, tend, repeaterClause) >> >> for >> res = orgTimeSpan(tstart.ruby_value, tend.ruby_value, repeaterClause) >> > Thanks very much Simon, but when I do that, I get: > > undefined method `ruby_value' for # > ["/local/data/home/stephen/langs/ruby/ical2org/ical2org.rb:126:in > `orgTimeSpanTZ'", > > > Stephen > >