From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new exporter Date: Mon, 16 Jul 2012 10:46:22 +0200 Message-ID: <87r4sc6qld.fsf@gmail.com> References: <3C38420E-E2FA-4CAB-B3FD-9C5F8584E60A@gmail.com> <81fwadrgoo.fsf@gmail.com> <87396dzlai.fsf_-_@Rainer.invalid> <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> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqgzz-0005TE-P9 for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 04:49:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqgzu-0007pp-1s for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 04:49:47 -0400 In-Reply-To: <87394ssrr5.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 15 Jul 2012 22:18:06 +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: Bastien Guerry , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> Unfortunately, there's now an >> >> "(invalid function org-export-with-current-buffer-copy)" >> >> error when using make test > > Not for me... how do you have the build and the test configured? I hard-link org-element.el and org-export.el in lisp/ and I use the following local change to default.mk (I know I should be modifying local.mk instead, but this was easier to do). Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-default.mk-Also-test-org-export.patch Content-Description: patch to default.mk >From bfaf80e49c033f75b326063cf755fe5bb14f010c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 16 Jul 2012 10:43:43 +0200 Subject: [PATCH] default.mk: Also test org-export --- default.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.mk b/default.mk index c037919..f398f6b 100644 --- a/default.mk +++ b/default.mk @@ -54,8 +54,9 @@ BTEST = $(BATCH) \ $(BTEST_POST) \ -l org-install.el \ -l testing/org-test.el \ - $(foreach ob-lang,$(BTEST_OB_LANGUAGES),$(req-ob-lang)) \ $(foreach req,$(BTEST_EXTRA),$(req-extra)) \ + --eval '(require '"'"'org-export)' \ + -l testing/lisp/test-org-export.el \ --eval '(setq org-confirm-babel-evaluate nil)' \ -f org-test-run-batch-tests -- 1.7.11.2 --=-=-=--