Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-29 Thread Bastien
Achim Gratz strom...@nexgo.de writes:

 No, delete it.  There is no reason to include it there since it is
 automatically present when testing.

Indeed, thanks for correcting me here,

-- 
 Bastien



Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-23 Thread Achim Gratz
Bastien writes:
 Nick Dokos ndo...@gmail.com writes:

 Check local.mk for BTEST_OB_LANGUAGES: delete sh if present.

 Or rename sh to shell.

No, delete it.  There is no reason to include it there since it is
automatically present when testing.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-22 Thread Vikas Rawal
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 schulte.e...@gmail.comwrote:

 Bastien b...@gnu.org writes:

  Hi Eric,
 
  Eric Schulte schulte.e...@gmail.com 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




Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-22 Thread Vikas Rawal
I am running emacs on os-x, if that is relevant.

Vikas


On Tue, Apr 22, 2014 at 9:52 PM, Vikas Rawal 
vikasli...@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 schulte.e...@gmail.comwrote:

 Bastien b...@gnu.org writes:

  Hi Eric,
 
  Eric Schulte schulte.e...@gmail.com 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





Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-22 Thread Nick Dokos
Vikas Rawal vikasli...@agrarianresearch.org writes:

 I am running emacs on os-x, if that is relevant.

 Vikas

 On Tue, Apr 22, 2014 at 9:52 PM, Vikas Rawal 
 vikasli...@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?


Check local.mk for BTEST_OB_LANGUAGES: delete sh if present.

 Vikas

 On Tue, Jan 21, 2014 at 5:53 PM, Eric Schulte schulte.e...@gmail.com 
 wrote:

 Bastien b...@gnu.org writes:

  Hi Eric,
 
  Eric Schulte schulte.e...@gmail.com 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

--
Nick




Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-22 Thread Bastien
Nick Dokos ndo...@gmail.com writes:

 Check local.mk for BTEST_OB_LANGUAGES: delete sh if present.

Or rename sh to shell.

-- 
 Bastien



Re: [O] [BUG] Cannot open load file: ob-sh

2014-04-22 Thread Vikas Rawal
 Check local.mk for BTEST_OB_LANGUAGES: delete sh if present.

 Or rename sh to shell.

 --


Worked. Thanks.

Vikas


Re: [O] [BUG] Cannot open load file: ob-sh

2014-01-21 Thread Eric Schulte
Thorsten Jolitz tjol...@gmail.com writes:

 Hi List, 

 I just updated Org and - with (sh . t) in my Org Babel language list -
 get the following error:


Yes, ob-sh has been renamed to ob-shell, the above should be changed to
(shell . t).

Best,


 ,-
 | Cannot open load file: ob-sh
 `-

 It seems that 'lang' is sh in the load function 

 ,--
 | (defun org-babel-do-load-languages (sym value)
 |   Load the languages defined in `org-babel-load-languages'.
 |[...]
 |   (require (intern (concat ob- lang)
 |   [...]
 `--


 but the files have been renamed to ob-shell instead of ob-sh:

   ,
   | -rw-r--r-- 1 tj users   9399 21. Jan 02:48 ob-shell.el
   | -rw-r--r-- 1 tj users   9223 21. Jan 02:48 ob-shell.elc
   `

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



Re: [O] [BUG] Cannot open load file: ob-sh

2014-01-21 Thread Bastien
Hi Eric,

Eric Schulte schulte.e...@gmail.com 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!

-- 
 Bastien



Re: [O] [BUG] Cannot open load file: ob-sh

2014-01-21 Thread Eric Schulte
Bastien b...@gnu.org writes:

 Hi Eric,

 Eric Schulte schulte.e...@gmail.com 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