From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: [BUG] Cannot open load file: ob-sh Date: Tue, 22 Apr 2014 21:55:31 +0200 Message-ID: References: <8738kh4fw8.fsf@gmail.com> <874n4xpd8p.fsf@gmail.com> <874n4xgwzn.fsf@bzg.ath.cx> <87zjmpnuoj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c336769d4f7804f7a6ff53 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcgn3-0006vr-Rs for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 15:55:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wcgmy-0004wy-RI for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 15:55:37 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:58845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcgmy-0004wq-Kz for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 15:55:32 -0400 Received: by mail-oa0-f45.google.com with SMTP id eb12so6208611oac.18 for ; Tue, 22 Apr 2014 12:55:32 -0700 (PDT) In-Reply-To: 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: Eric Schulte Cc: Bastien , Thorsten Jolitz , "emacs-orgmode@gnu.org" --001a11c336769d4f7804f7a6ff53 Content-Type: text/plain; charset=UTF-8 I am running emacs on os-x, if that is relevant. Vikas On Tue, Apr 22, 2014 at 9:52 PM, Vikas Rawal < vikaslists@agrarianresearch.org> wrote: > I tried to update my org-mode using make up2 but got an error that looks > similar. > > ---------- > > install -m 755 -d /tmp/tmp-orgtest > TMPDIR=/tmp/tmp-orgtest emacs -Q -batch --eval '(setq vc-handled-backends > nil org-startup-folded nil)' --eval '(add-to-list '"'"'load-path (concat > default-directory "lisp"))' --eval '(add-to-list '"'"'load-path (concat > default-directory "testing"))' -l org-batch-test-init --eval '(setq > org-batch-test t org-babel-load-languages (quote ( (awk . t) (C . t) > (fortran . t) (maxima . t) (lilypond . t) (octave . t) (python . t) > (sh . t) (perl . t) (emacs-lisp . t) (shell . t) (org . t))) > org-test-select-re "\\(org\\|ob\\)" )' -l org-loaddefs.el -l cl -l > testing/org-test.el -l ert -l org -l ox --eval '(org-test-run-batch-tests > org-test-select-re)' > `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or > `cl-letf'. > > Cannot open load file: ob-sh > make[1]: *** [test-dirty] Error 255 > make: *** [up2] Error 2 > > ---------- > > Where does it load the list of babel languages from? > > Vikas > > > On Tue, Jan 21, 2014 at 5:53 PM, Eric Schulte wrote: > >> Bastien writes: >> >> > Hi Eric, >> > >> > Eric Schulte writes: >> > >> >> Yes, ob-sh has been renamed to ob-shell, the above should be changed to >> >> (shell . t). >> > >> > Can you not it in ORG-NEWS as an incompatible change in master? >> > >> > These things tend to get easily forgotten. >> > >> > Thanks! >> >> Done. Thanks, >> >> -- >> Eric Schulte >> https://cs.unm.edu/~eschulte >> PGP: 0x614CA05D >> >> > --001a11c336769d4f7804f7a6ff53 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I am running emacs on os-x, if that is relevant.

Vi= kas


= On Tue, Apr 22, 2014 at 9:52 PM, Vikas Rawal <vikaslists@ag= rarianresearch.org> wrote:
I tried to update my o= rg-mode using make up2 but got an error that looks similar.

-------= ---

install -m 755 -d /tmp/tmp-orgtest
TMPDIR=3D/tmp/tmp-orgtest emacs= =C2=A0 -Q -batch --eval '(setq vc-handled-backends nil org-startup-fold= ed nil)'=C2=A0 --eval '(add-to-list '"'"'load= -path (concat default-directory "lisp"))' --eval '(add-to= -list '"'"'load-path (concat default-directory "= testing"))'=C2=A0 -l org-batch-test-init --eval '(setq org-bat= ch-test t org-babel-load-languages (quote ( (awk . t)=C2=A0 (C . t)=C2=A0 (= fortran . t)=C2=A0 (maxima . t)=C2=A0 (lilypond . t)=C2=A0 (octave . t)=C2= =A0 (python . t)=C2=A0 (sh . t)=C2=A0 (perl . t)=C2=A0 (emacs-lisp . t)=C2= =A0 (shell . t)=C2=A0 (org . t))) org-test-select-re "\\(org\\|ob\\)&q= uot; )' -l org-loaddefs.el -l cl -l testing/org-test.el -l ert -l org -= l ox=C2=A0 --eval '(org-test-run-batch-tests org-test-select-re)' `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `= cl-letf'.

Cannot open load file: ob-sh
make= [1]: *** [test-dirty] Error 255
make: *** [up2] Error 2

----------

Where does it load the list of babel languages from?

Vikas

=
On Tue, Jan 21, 2014 at 5:53 PM, Eric Schulte <schulte.eric@gmail.com= > wrote:
Bastien <bzg@gnu.org> writes:

> Hi Eric,
>
> Eric Schulte <schulte.eric@gmail.com> writes:
>
>> Yes, ob-sh has been renamed to ob-shell, the above should be chang= ed to
>> (shell . t).
>
> Can you not it in ORG-NEWS as an incompatible change in master?
>
> These things tend to get easily forgotten.
>
> Thanks!

Done. =C2=A0Thanks,

--
Eric Schulte
https://cs.unm.e= du/~eschulte
PGP: 0x614CA05D



--001a11c336769d4f7804f7a6ff53--