From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new exporter Date: Tue, 17 Jul 2012 22:59:29 +0200 Message-ID: <87mx2y3xzi.fsf@gmail.com> References: <3C38420E-E2FA-4CAB-B3FD-9C5F8584E60A@gmail.com> <87y5nyx4ku.fsf@Rainer.invalid> <87a9zq7htj.fsf@Rainer.invalid> <87r4t261fw.fsf@Rainer.invalid> <87k3yu15wj.fsf@gmail.com> <87395hkj7u.fsf@Rainer.invalid> <87fw9gwmet.fsf@Rainer.invalid> <87pq8j2a0y.fsf@gmail.com> <87r4sy3rve.fsf@Rainer.invalid> <87fw9d1eif.fsf@gmail.com> <878veo6d1a.fsf@Rainer.invalid> <87d340u077.fsf@gmail.com> <87ipdrpl5n.fsf@Rainer.invalid> <87liimfh5l.fsf@gmail.com> <87a9z1kz9r.fsf@Rainer.invalid> <87vcho7qi3.fsf@gmail.com> <87394ssrr5.fsf@Rainer.invalid> <87r4sc6qld.fsf@gmail.com> <87y5mjo9ti.fsf@Rainer.invalid> <87394r76no.fsf@gmail.com> <87hat6xpdc.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrEur-0003xa-DH for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 17:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrEuq-000483-78 for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 17:02:45 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:36887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrEuq-00047w-1I for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 17:02:44 -0400 Received: by wgbds1 with SMTP id ds1so3359032wgb.0 for ; Tue, 17 Jul 2012 14:02:42 -0700 (PDT) In-Reply-To: <87hat6xpdc.fsf@Rainer.invalid> (Achim Gratz's message of "Tue, 17 Jul 2012 19:35:11 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Hello, Achim Gratz writes: > I used whatever I had pulled yesterday... again, that failure happens > only with Emacs=C2=A023, which may well be a bug in that version or the > particular build. It actually got worse in that I can't seem to find an > eval limit that works today, so the corruption that backtraced yesterday = is > gone and I now have a truly infinite recursion apparently. Would you happen to have any backtrace for them? > The current test suite gives the following failure on Emacs=C2=A024, prob= ably > a fallout from the changes you did to the timestamp handling: > > 1 unexpected results: > FAILED test-org-element/timestamp-interpreter This should be fixed in a recent commit. I was quicker than the patrol this time. > Git will unlink them each time something changes at the original place > and you are left with an inconsistent set of sources. You really need > to remove and copy (or link) them each time you do a new checkout with > Git; but add this to local.mk and make will do it for you each time you > do a compile: > > compile:: > $(CP) contrib/lisp/org-{export,element,e-*}.el lisp/ > cleanall: cleanexporter > cleanexporter: > $(RM) lisp/org-{export,element,e-*}.{el,elc} > Noted. Thank you. Regards, --=20 Nicolas Goaziou