From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav feedback Date: Sat, 02 Feb 2013 17:00:10 +0100 Message-ID: <87boc2ln91.fsf@engster.org> References: <87wqvb1vh4.fsf@engster.org> <87obgi2v9t.fsf@engster.org> <87fw1u2pdp.fsf@engster.org> <87boch2dik.fsf@engster.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1fVs-0002rq-K1 for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 11:00:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1fVl-0003Rc-Ps for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 11:00:20 -0500 Received: from randomsample.de ([83.169.19.17]:42144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1fVl-0003P3-GH for emacs-orgmode@gnu.org; Sat, 02 Feb 2013 11:00:13 -0500 In-Reply-To: (Torsten Wagner's message of "Wed, 23 Jan 2013 15:38:10 +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: Torsten Wagner Cc: Org Mode Mailing List Torsten Wagner writes: > Tested and you are right. Adding a timestamp in the body doesn't get > lost during sync. Actually, I guess the problem is a=A0combination=A0of > export and import to org-mode. During the export, the timestamp gets > read in correctly, however, it get stripped from the Summary line > (which is good). During the import, org-caldav does not find a > timestamp in the body to update and does nothing (wild speculation). > > A possible solution would be to teach org-caldav to update the timestamp = within > the node header if available. I pushed a change which should correctly deal with timestamps inside the header line. Please let me know if this works for you. -David