That's odd, I get "No org-babel-execute function for sh!".  I think I
just hadn't require'd ob-sh, and when I did this fixed the problem.
Thanks!

My point about removing the boilerplate still stands, however.  If I
have some free time in the next month, I may try to see if I can get
it removed as I proposed above.

On Wed, Sep 19, 2012 at 2:27 AM, Sean O'Halpin <sean.ohal...@gmail.com> wrote:
> On Wed, Sep 19, 2012 at 4:37 AM, Andrew Hyatt <ahy...@gmail.com> wrote:
>
>> The xiki video is interesting, and I immediately thought of babel.
>> However, babel sh-mode doesn't have support for execution yet.
>
> Not sure what you mean by that. Place cursor in source block and hit C-c, e.g.
>
> #+BEGIN_ORG
> * Shell example
>
> #+begin_src sh
> date
> #+end_src
>
> #+RESULTS:
> : Wed Sep 19 07:24:17 BST 2012
>
> #+END_ORG
>
> Regards,
> Sean
>

Reply via email to