From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [babel] Collection of code block snippets Date: Fri, 09 Sep 2011 11:58:18 +0100 Message-ID: References: <878vq48dvt.fsf@gmail.com> <87zkiiq4ko.fsf@gmail.com> <87bouxr3v1.fsf@gmail.com> <87mxef6p4r.fsf@gmail.com> <87bouvdj15.fsf@gmail.com> <4E69CCB8.4050707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1yn8-0000Hf-9q for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 06:58:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1yn5-0007VB-Lo for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 06:58:38 -0400 Received: from lo.gmane.org ([80.91.229.12]:41181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1yn5-0007US-0o for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 06:58:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R1yn2-0007wF-NY for emacs-orgmode@gnu.org; Fri, 09 Sep 2011 12:58:32 +0200 Received: from 88-96-171-142.dsl.zen.co.uk ([88.96.171.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Sep 2011 12:58:32 +0200 Received: from martyn.jago by 88-96-171-142.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Sep 2011 12:58:32 +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 Hi Rainer Rainer M Krug writes: [...] > > > I just tried to run the tests, and I got the following error: > >>rkrug@ecolmod:~$ emacs -Q -batch -L ~/.emacs.d/org-mode/lisp ~/.emacs.d/org-mode/testing -l org-test.el -eval "(progn(setq org-confirm-babel-evaluate nil) \ > (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp \ > . t) (sh . t))))" -f org-test-run-batch-tests > Cannot open load file: ert > rkrug@ecolmod:~$ > > I read that the ert file should be included in emacs but I installed > GNU Emacs 23.2.1 from the ubuntu repos - do I have tio install from > source? Org-mode version 7.7 (release_7.7.267.g1633) > > I would very much like to run the tests on my system. > Thanks, > > Rainer Unfortunately ERT is not in Emacs 23.3.1. However, you should have no problem downloading the ERT files from https://github.com/ohler/ert and saving them in =path/to/org/testing/= The script should then work for you (I used ERT like this for some time). Best, Martyn