From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [bug] org-agenda-write does not handle date stamps without day of week Date: Wed, 21 Mar 2012 17:57:20 +0100 Message-ID: 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> <2012-03-21T16-25-25@devnull.Karl-Voit.at> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAOqv-00080C-GG for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 12:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAOqq-0001Qb-JV for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 12:57:37 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:35506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAOqq-0001QJ-Ah for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 12:57:32 -0400 Received: by wibhj13 with SMTP id hj13so5123647wib.12 for ; Wed, 21 Mar 2012 09:57:29 -0700 (PDT) In-Reply-To: <2012-03-21T16-25-25@devnull.Karl-Voit.at> 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: news1142@Karl-Voit.at Cc: emacs-orgmode@gnu.org On 21.3.2012, at 17:32, Karl Voit wrote: > Hi! >=20 > * Nick Dokos wrote: >>=20 >> Check that you picked up Carsten's fix (commit ): >> git show 7d84b300f4cba8b726662113d4ce4ff40a76c5b5 >=20 > I do. I did a =ABgit pull=BB and the =ABgit show=BB from above shows = me > Casten's fix. >=20 >> 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. >=20 > Being very unsure what needs to be restarted at such updates, The reason why just reloading a file does not work here is that the regexp is defined as a constant (defconst), which will not be changed on executing the defconst again. So exiting and restarting Emacs is the right thing to do. - Carsten > I > quit Emacs before the git commands and start it again afterwards. >=20 > So I quit Emacs again, did another =ABgit pull=BB a couple of minutes > ago, compiled all *.el once again, started Emacs, generated the ICS > file and now the times get written to ICS: >=20 > ,----[ 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: > `---- >=20 > ,----[ 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 > `---- >=20 > ICS look great! Thank you guys for tracing the problem and fixing > it! I really appreciate the help! >=20 >=20 > So far, Google calendar does not use the time information of those > two test entries :-( >=20 > 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. >=20 > I am optimistic that this is just a caching problem of Google > because I did not change the descriptions during my last test. >=20 > --=20 > Karl Voit >=20 >=20