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 #<DateTime:0x00000001d0e700>
["/local/data/home/stephen/langs/ruby/ical2org/ical2org.rb:126:in
`orgTimeSpanTZ'",
Stephen