From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: fix is with another glitch when adding two dates Date: Thu, 05 Feb 2015 10:06:24 +0100 Message-ID: <87oap820dr.fsf@nicolasgoaziou.fr> References: <87mw4xjpgc.fsf@boo.workgroup> <87bnlc449s.fsf@nicolasgoaziou.fr> <20150203212701.GG1231@boo.workgroup> <20150204163710.GJ24678@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJINX-0004cS-7L for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 04:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJINS-0001Yr-7z for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 04:05:39 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:53121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJINS-0001Va-1P for emacs-orgmode@gnu.org; Thu, 05 Feb 2015 04:05:34 -0500 Received: from mfilter12-d.gandi.net (mfilter12-d.gandi.net [217.70.178.129]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 586BC41C0E3 for ; Thu, 5 Feb 2015 10:05:25 +0100 (CET) Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by mfilter12-d.gandi.net (mfilter12-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id O+EPcThNLkBh for ; Thu, 5 Feb 2015 10:05:24 +0100 (CET) Received: from selenimh (unknown [91.224.148.150]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id F24CD41C0C0 for ; Thu, 5 Feb 2015 10:05:21 +0100 (CET) In-Reply-To: <20150204163710.GJ24678@boo.workgroup> (Gregor Zattler's message of "Wed, 4 Feb 2015 17:37: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: emacs-orgmode Hello, Gregor Zattler writes: > there is still a glitch. If I now add two items at the same day.: > > rm /tmp/*diary* ; emacs-snapshot -Q -L /home/grfz/src/org-mode/lisp/ -n= w --eval '(setq org-agenda-diary-file =80=9E/tmp/diary.org=80=9C)' "/tmp= /diary.org" -f org-agenda > a > i > d > error1 > i > d > error2 > > > the result is: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > * 2015 > ** 2015-02 Februar > *** 2015-02-04 Mittwoch > **** error2 > <2015-02-04 Mi>**** error1 > <2015-02-04 Mi> > > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > > instead of: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > * 2015 > ** 2015-02 Februar > *** 2015-02-04 Mittwoch > **** error2 > <2015-02-04 Mi> > **** error1 > <2015-02-04 Mi> > > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< This should be fixed. Thank you. Regards, --=20 Nicolas Goaziou