From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: Re: ical2org (better timezone recognition and better default for max_age option) Date: Wed, 23 Feb 2011 12:28:45 -0800 Message-ID: <4D656DFD.1020106@lbl.gov> References: <4D490193.8070708@lbl.gov> <87k4hionz0.fsf@pinto.chemeng.ucl.ac.uk> <4D5CCE9F.4000309@lbl.gov> <87oc6233io.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39905 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsLKM-0003Ib-6m for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 15:28:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsLKL-0008FO-6n for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 15:28:50 -0500 Received: from ironport4.lbl.gov ([128.3.41.45]:7823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsLKL-0008F3-0d for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 15:28:49 -0500 Received: by mail-pw0-f52.google.com with SMTP id 4so79118pwi.39 for ; Wed, 23 Feb 2011 12:28:47 -0800 (PST) In-Reply-To: <87oc6233io.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org Hi > however, I'm a little concerned with some of the other changes, > specifically that all timed events have become scheduled todo > entries (of type GCAL) which really doesn't fit in with my use case > at all unfortunately. probably should make this configurable. How about defining a string that is attached to all entries, this could then be "GCAL", "TODO" or just empty "". The reason that I added the GCAL is that when I want to exclude them from being exported back into google, so a tag worked fine, but I guess this could also be done in other ways. > I think scheduled events should be restricted to TODO entries -- > maybe it's a matter of figuring out how google exports tasks and keep > diary entries as just that? I'm not using google tasks or emacs diary, so I can't really say how this would work > I do like that you are picking up the LOCATION and STATUS fields. I > wonder if these could be made into properties for the org headlines > you create, much as is done with the UID entry? should be easy. ARUN