emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Bastien
Subject: Re: [O] testing/README: need to enable sh and org for the current test
Date: Wed, 30 Jan 2013 17:35:55 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Yasushi,

Yasushi SHOJI <address@hidden> 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)
>      (sh . t)
>      (org . t)))
>   (setq org-confirm-babel-evaluate nil)
> #+END_SRC
>
> Am I missing something? 

Nope -- I applied your patch in master, thanks!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]