From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: ical export Date: Sat, 25 Apr 2009 22:00:09 +0200 Message-ID: <49f36bd7.0407560a.5f0d.2121@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lxo33-0006Qi-Ss for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 16:00:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lxo32-0006QL-99 for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 16:00:29 -0400 Received: from [199.232.76.173] (port=49006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lxo32-0006QI-55 for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 16:00:28 -0400 Received: from mx20.gnu.org ([199.232.41.8]:27387) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lxo31-0004rs-Mm for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 16:00:27 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lxo30-0007l5-Ni for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 16:00:26 -0400 Received: by fg-out-1718.google.com with SMTP id e12so334052fga.7 for ; Sat, 25 Apr 2009 13:00:24 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode Hi Carsten and org peoples, I have an entry of the form: ,---- | ** Pub Quiz :quiz: | :PROPERTIES: | :ID: 1ckjv5g0vle0 | :END: | <2008-03-25 21:30 +1w> | - Note taken on [2008-08-26 Tue 09:59] \\ | do questions! `---- Which correctly appears weekly at 21:30 on a tuesday in my org agenda. Its appearing in my Google calendar but without the time however. The relevant part of the org-ics says: ,---- | BEGIN:VEVENT | UID: TS-1ckjv5g0vle0 | DTSTART;VALUE=DATE:20080325 | DTEND;VALUE=DATE:20080326 | RRULE:FREQ=WEEKLY;INTERVAL=1 | SUMMARY:Pub Quiz :quiz: | DESCRIPTION: <2008-03-25 21:30 +1w>\n- Note taken on [2008-08-26 Tue 09:59] \\\ndo questions! | CATEGORIES:quiz,shamrock | END:VEVENT `---- Have I specified this wrong? Or is this a bug? Or are my settings for export not set properly? (I'm exporting a complete combined ics file from org) thanks, r. --