emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nick Dokos
Subject: Re: [O] Can't get 'sh' blocks working
Date: Wed, 02 Jan 2013 14:45:57 -0500

Ken Williams <address@hidden> 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 the following:
> 
> (org-babel-do-load-languages
> 
> 'org-babel-load-languages
> 
> '((emacs-lisp . t)
> 
>    (sh . t)
> 
>    (R . t)))
> 
> I tried to create a stack trace for this error, but I hit a snag when I did 
> “C-u M-x org-reload RET”: “Cannot open load file: 
> /usr/local/share/emacs/24.1/lisp/org/org-agenda.el” .  I’m not sure where 
> that’s coming from, I don’t have any mention of agenda stuff in my .emacs.
> 
> Any pointers for the ‘sh’ error or for getting a stack trace?  Thanks.
> 

Can't reproduce the sh problem with more-or-less current org:

Org-mode version 7.9.2 (release_7.9.2-911-g460c4d @ 
/home/nick/elisp/org-mode/lisp/)

How are you installing org? built-in, elpa, tarball, git? What version are you 
running?


Nick




reply via email to

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