From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: unexpected (buggy?) export to iCalendar beheaviour Date: Mon, 3 Dec 2012 10:09:16 +0100 Message-ID: <20121203100916.22bbd719@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfS22-0004fw-AN for emacs-orgmode@gnu.org; Mon, 03 Dec 2012 04:09:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfS1x-0000QF-IH for emacs-orgmode@gnu.org; Mon, 03 Dec 2012 04:09:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:45104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfS1x-0000Q1-C6 for emacs-orgmode@gnu.org; Mon, 03 Dec 2012 04:09:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TfS24-0004y3-46 for emacs-orgmode@gnu.org; Mon, 03 Dec 2012 10:09:44 +0100 Received: from vknecht-intel.unibw-hamburg.de ([139.11.181.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Dec 2012 10:09:44 +0100 Received: from detlef.steuer by vknecht-intel.unibw-hamburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Dec 2012 10:09:44 +0100 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: emacs-orgmode@gnu.org Hi! This --- * important SCHEDULED: <2012-12-03 Mo> * not so important <2012-12-03 Mo> --- is exported via C-c E i to --- BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//steuer//Emacs with Org-mode//EN X-WR-TIMEZONE:CET X-WR-CALDESC:nil CALSCALE:GREGORIAN BEGIN:VEVENT UID: TS-f58e8c25-322d-426b-b4e9-6b3f74fff4ea DTSTART;VALUE=DATE:20121203 DTEND;VALUE=DATE:20121204 SUMMARY:not so important DESCRIPTION: <2012-12-03 Mo> CATEGORIES:test END:VEVENT END:VCALENDAR --- So the SCHEDULED event is not exported. I assume that's a bug? Or is there some variable to set? May be it is related to the bug reported for mobile-org this morning? My setting: Org-mode version 7.9.2 (release_7.9.2-646-g664217) GNU Emacs 23.2.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) Detlef