From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: must date+time stamps require the day of the week to be processed correctly? Date: Thu, 08 Jul 2010 09:35:01 +0100 Message-ID: <874oganzgq.wl%ucecesf@ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Thu_Jul__8_09:35:01_2010-1" Return-path: Received: from [140.186.70.92] (port=38761 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWn57-0008E0-MX for emacs-orgmode@gnu.org; Thu, 08 Jul 2010 05:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWn56-0006Le-Hb for emacs-orgmode@gnu.org; Thu, 08 Jul 2010 05:07:45 -0400 Received: from vscane-a.ucl.ac.uk ([144.82.108.41]:51162) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWn56-0006LY-Da for emacs-orgmode@gnu.org; Thu, 08 Jul 2010 05:07:44 -0400 Received: from dhcp-86-73.eduroam.ucl.ac.uk ([144.82.86.73] helo=lobo.ucl.ac.uk) by vscane-a.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1OWn52-0006so-MT for emacs-orgmode@gnu.org; Thu, 08 Jul 2010 10:07:40 +0100 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 mailing list --Multipart_Thu_Jul__8_09:35:01_2010-1 Content-Type: text/plain; charset=US-ASCII In response to a recent email from Daniel Martins, I am trying to improve my recently posted awk script for converting Google's ics export to org entries. I had through to convert the DTSTART and DTEND calendar entries into two date+time stamps with -- connecting them [1], as in: <2010-07-08 11:00>--<2010-07-09 12:00> this combination doesn't seem to be recognised by the agenda view. Only the first date+time stamp is recognised. However, if the day of the week is in there: <2010-07-08 Thu 11:00>--<2010-07-09 Thu 12:00> this construct is recognised as a 1 hour long event! Furthermore, when using S- or S- to manipulate the time of day on the stamps without the day of the week, the day of the week is inserted *but* the time of day is reset to midnight of that day. Thanks, eric Footnotes: [1] I can, of course, create a single time stamp with the time interval, and that is what I shall do but I thought I'd highlight what appears to be an inconsistency in behaviour. --Multipart_Thu_Jul__8_09:35:01_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Thu_Jul__8_09:35:01_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Thu_Jul__8_09:35:01_2010-1--