From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anupam Sengupta Subject: iCalendar export does not honor the ' org-agenda-default-appointment-duration' setting (v5.04) Date: Tue, 31 Jul 2007 21:28:24 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IG5oy-0002W5-Td for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 00:28:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IG5ow-0002Vt-Fh for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 00:28:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IG5ow-0002Vq-AK for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 00:28:26 -0400 Received: from fed1rmmtao105.cox.net ([68.230.241.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IG5ov-0006ru-S6 for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 00:28:26 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070801042824.UVWC26965.fed1rmmtao105.cox.net@fed1rmimpo01.cox.net> for ; Wed, 1 Aug 2007 00:28:24 -0400 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: emacs-orgmode@gnu.org Hi, I have set the default appointment duration for the events with only a start date/time to be 60 mins. This works perfectly well in the Agenda view; however, the iCalendar exported events still use 2 hours as the duration for the event. The function which is causing this seems to be 'org-ical-ts-to-string' whose doc. String clearly mentions that 2 hours are added. Can this duration be based on the 'org-agenda-default-appointment-duration' if that variable is set? Thanks! Anupam