Re: [O] testing/README: need to enable sh and org for the current test

2013-01-30 Thread Bastien
Hi Yasushi, Yasushi SHOJI writes: > With the current HEAD(release_7.9.3d-894-gfe805ed), it seems we need > to load "sh" and "org" for babel language to run the test sucessfully. Indeed. > #+BEGIN_SRC elisp > (org-babel-do-load-languages >'org-babel-load-languages >'((emacs-lisp . t)

[O] testing/README: need to enable sh and org for the current test

2013-01-27 Thread Yasushi SHOJI
Hello, With the current HEAD(release_7.9.3d-894-gfe805ed), it seems we need to load "sh" and "org" for babel language to run the test sucessfully. #+BEGIN_SRC elisp (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) (sh . t) (org . t))) (setq org-confirm