From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: [bug] org-agenda-write does not handle date stamps without day of week Date: Wed, 21 Mar 2012 17:32:47 +0100 Message-ID: <2012-03-21T16-25-25@devnull.Karl-Voit.at> References: <2012-03-05T15-36-35@devnull.Karl-Voit.at> <2012-03-16T17-12-15@devnull.Karl-Voit.at> <5033.1331920331@alphaville> <2012-03-16T19-40-36@devnull.Karl-Voit.at> <4859.1331966740@alphaville> <30E4D375-690C-4798-B341-51268082B826@gmail.com> <90243EDA-E2F2-4A70-B446-CB2FFD4AA1CB@gmail.com> <2012-03-20T13-22-33@devnull.Karl-Voit.at> <25881.1332250784@alphaville> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAOTM-0003PY-Ua for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 12:33:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAOTF-0004Sm-2J for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 12:33:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:51799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAOTE-0004SW-S3 for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 12:33:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SAOTB-0002UT-3Y for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 17:33:05 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Mar 2012 17:33:05 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Mar 2012 17:33:05 +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! * Nick Dokos wrote: > > Check that you picked up Carsten's fix (commit ): > git show 7d84b300f4cba8b726662113d4ce4ff40a76c5b5 I do. I did a «git pull» and the «git show» from above shows me Casten's fix. > If you did M-x org-reload RET only, then that's probably the reason: > check to see if the value of org-ts-regexp0 has been updated; in my case > it hadn't and I ended up doing M-x load-file RET /path/to/org.el RET. > Alternatively, restart emacs. Being very unsure what needs to be restarted at such updates, I quit Emacs before the git commands and start it again afterwards. So I quit Emacs again, did another «git pull» a couple of minutes ago, compiled all *.el once again, started Emacs, generated the ICS file and now the times get written to ICS: ,----[ Org-mode entries ] | ** <2012-03-21 08:12> TSTest | :PROPERTIES: | :CREATED: [2012-03-20 Tue 10:38] | :END: | | ** <2012-03-21 08:07-13:12> TSTest | :PROPERTIES: | :CREATED: [2012-03-20 Tue 10:40] | :END: `---- ,----[ ICS entries ] | BEGIN:VEVENT | UID: TS-4ae514e8-210c-408b-bb08-254dcb3a5277 | DTSTART:20120321T081200 | DTEND:20120321T101200 | SUMMARY: TSTest | CATEGORIES:misc | END:VEVENT | BEGIN:VEVENT | UID: TS-cab4b928-1960-4335-b2e8-2179e66eec5a | DTSTART:20120321T080700 | DTEND:20120321T131200 | SUMMARY: TSTest | CATEGORIES:misc | END:VEVENT `---- ICS look great! Thank you guys for tracing the problem and fixing it! I really appreciate the help! So far, Google calendar does not use the time information of those two test entries :-( But since the ICS data seems to be OK there might be another hiccup by Google this time. I created new test entries with different names and wait for Google calendar to re-read the new data. I am optimistic that this is just a caching problem of Google because I did not change the descriptions during my last test. -- Karl Voit