From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: new exporter Date: Tue, 17 Jul 2012 19:35:11 +0200 Message-ID: <87hat6xpdc.fsf@Rainer.invalid> References: <3C38420E-E2FA-4CAB-B3FD-9C5F8584E60A@gmail.com> <871ulqgb4t.fsf@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> 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]:49947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrBgN-00054R-M8 for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 13:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrBgJ-00080K-Hm for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 13:35:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:54560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrBgJ-0007ya-Ae for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 13:35:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SrBgG-0004DK-TD for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 19:35:28 +0200 Received: from pd9eb2342.dip.t-dialin.net ([217.235.35.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jul 2012 19:35:28 +0200 Received: from Stromeko by pd9eb2342.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jul 2012 19:35:28 +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: emacs-orgmode@gnu.org Nicolas Goaziou writes: >> 2 unexpected results: >> FAILED test-org-element/parent-property >> FAILED test-org-element/set-element > > I cannot get those. Have you tried with a recent Org (i.e. post > 95cd07d058da79cb1767946dba6e4b9128a3a702)? I used whatever I had pulled yesterday... again, that failure happens only with Emacs 23, 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. The current test suite gives the following failure on Emacs 24, probably a fallout from the changes you did to the timestamp handling: 1 unexpected results: FAILED test-org-element/timestamp-interpreter Otherwise the same tests that are failing on Emacs 23 are clean on Emacs 24. >> ...but still not the error you've been reporting. > > I also cannot anymore. I suppose I had fumbled with hard links > (i.e. forgetting to remove the previous one). 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: --8<---------------cut here---------------start------------->8--- compile:: $(CP) contrib/lisp/org-{export,element,e-*}.el lisp/ cleanall: cleanexporter cleanexporter: $(RM) lisp/org-{export,element,e-*}.{el,elc} --8<---------------cut here---------------end--------------->8--- If you want to switch back to a branch that doesn't use the new exporter, remember to do a cleanall. BTW, I've added a description of how to use multiple local.mk setups (for different Emacsen or different test setups) on Worg. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves