From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Can't get 'sh' blocks working Date: Wed, 02 Jan 2013 14:45:57 -0500 Message-ID: <5423.1357155957@alphaville> References: <21A5E1E970CD46459ECBE86D6CC4B28C67D837BD@spexch01.WindLogics.local> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqUGO-0002zy-DA for emacs-orgmode@gnu.org; Wed, 02 Jan 2013 14:46:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqUGL-0007CT-G2 for emacs-orgmode@gnu.org; Wed, 02 Jan 2013 14:46:08 -0500 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:30339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqUGL-00079w-BQ for emacs-orgmode@gnu.org; Wed, 02 Jan 2013 14:46:05 -0500 In-Reply-To: Message from Ken Williams of "Wed\, 02 Jan 2013 13\:02\:39 CST." <21A5E1E970CD46459ECBE86D6CC4B28C67D837BD@spexch01.WindLogics.local> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Williams Cc: "emacs-orgmode@gnu.org" Ken Williams wrote: > I=E2=80=99m having some trouble getting =E2=80=98sh=E2=80=99 babel blocks= to work. Here=E2=80=99s a minimal test case, with the output after pressi= ng C-c C-c: >=20 > #+begin_src sh >=20 > echo foo >=20 > #+end_src >=20 > #+RESULTS: >=20 > : Error: unexpected symbol in "echo foo" >=20 > In my .emacs file, I have the following: >=20 > (org-babel-do-load-languages >=20 > 'org-babel-load-languages >=20 > '((emacs-lisp . t) >=20 > (sh . t) >=20 > (R . t))) >=20 > I tried to create a stack trace for this error, but I hit a snag when I d= id =E2=80=9CC-u M-x org-reload RET=E2=80=9D: =E2=80=9CCannot open load file= : /usr/local/share/emacs/24.1/lisp/org/org-agenda.el=E2=80=9D . I=E2=80=99= m not sure where that=E2=80=99s coming from, I don=E2=80=99t have any menti= on of agenda stuff in my .emacs. >=20 > Any pointers for the =E2=80=98sh=E2=80=99 error or for getting a stack tr= ace? Thanks. >=20 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-mo= de/lisp/) How are you installing org? built-in, elpa, tarball, git? What version are = you running? Nick