From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: observations on updating to recent org Date: Wed, 23 Apr 2014 18:59:44 +0200 Message-ID: <877g6gm16n.fsf@gmail.com> References: <87bnvsm378.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd0W1-00014e-Nb for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 12:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wd0Vv-0006ps-Ol for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 12:59:21 -0400 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:49640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd0Vv-0006ou-HG for emacs-orgmode@gnu.org; Wed, 23 Apr 2014 12:59:15 -0400 Received: by mail-we0-f171.google.com with SMTP id t61so1141067wes.16 for ; Wed, 23 Apr 2014 09:59:14 -0700 (PDT) In-Reply-To: (Greg Troxel's message of "Wed, 23 Apr 2014 12:25:56 -0400") 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: Greg Troxel Cc: emacs-orgmode@gnu.org Greg Troxel writes: > I guess that's an interesting question about what makes sense. Here's > the actual todo entry, with just a few words redacted. I don't see why > someone would want VEVENTS for this kind of history, but I suppose maybe > that's what you get when you turn on events from inactive timestamps. > > ***** TODO [#C] order more [redacted] > SCHEDULED: <2014-04-28 Mon .+4w> > - State "DONE" from "TODO" [2013-11-07 Thu 10:30] > - State "DONE" from "TODO" [2013-08-05 Mon 16:27] > - State "DONE" from "WAITING" [2013-06-04 Tue 10:27] > - State "WAITING" from "TODO" [2013-05-28 Tue 11:19] \\ > ordered via [redacted] > - State "DONE" from "TODO" [2013-03-25 Mon 23:16] > laura did > - State "DONE" from "WAITING" [2013-01-08 Tue 11:49] > - State "WAITING" from "TODO" [2012-12-18 Tue 20:41] \\ > ordered > - State "TODO" from "WAITING" [2012-09-20 Thu 13:05] > - State "WAITING" from "TODO" [2012-09-13 Thu 10:01] \\ > ordered > - State "DONE" from "TODO" [2012-07-12 Thu 10:39] > - State "DONE" from "TODO" [2012-06-04 Mon 14:22] > - State "DONE" from "TODO" [2012-03-27 Tue 08:54] > - State "DONE" from "TODO" [2011-10-01 Sat 08:10] > :PROPERTIES: > :ID: b617c8e4-c8f2-11e0-8735-000476353fb4 > :LAST_REPEAT: [2013-11-07 Thu 10:30] > :END: By default, no VEVENT should be created from any timestamp in your example. >> By default, it shouldn't do this for inactive timestamps, though. See >> `org-icalendar-with-timestamps'. > > I didn't try to turn this on. My icalendar-relevant settings are > > (setq org-icalendar-alarm-time 10) > (setq org-icalendar-use-scheduled nil) > (setq org-icalendar-use-deadline nil) > > I am trying to get ics entries only for headlines with active > timestamps. It is a bug then. I'll look into it in a few hours. > It's not a problem for me any more. It just seems really unfortunate > for others in the general case to have extra content in every headline > when it isn't necessary. If there are few exported headlines in the document, it is also possible to keep `org-icalendar-store-UID' to nil and add ID value manually for each of them. Regards, -- Nicolas Goaziou