Re: [O] Can't get 'sh' blocks working

2013-01-02 Thread Nick Dokos
Ken Williams wrote: > I’m having some trouble getting ‘sh’ babel blocks to work. Here’s a minimal > test case, with the output after pressing C-c C-c: > > #+begin_src sh > > echo foo > > #+end_src > > #+RESULTS: > > : Error: unexpected symbol in "echo foo" > > In my .emacs file, I have

Re: [O] Can't get 'sh' blocks working

2013-01-02 Thread Ken Williams
Sorry I forgot to include my version information: Emacs : GNU Emacs 24.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2012-07-13 on x.windlogics.local Package: Org-mode version 7.8.11 current state: == (setq org-export-babel-evaluate nil org-export-preprocess-before-selecting

[O] Can't get 'sh' blocks working

2013-01-02 Thread Ken Williams
I'm having some trouble getting 'sh' babel blocks to work. Here's a minimal test case, with the output after pressing C-c C-c: #+begin_src sh echo foo #+end_src #+RESULTS: : Error: unexpected symbol in "echo foo" In my .emacs file, I have the following: (org-babel-do-load-languages 'org-bab