From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [bug] cannot execute shell code blocks Date: Tue, 19 Jul 2011 07:27:18 -0600 Message-ID: <878vrupfih.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjAKg-0000lc-9d for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 09:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjAKb-0001b0-Se for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 09:27:29 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:43704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjAKb-0001ak-IV for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 09:27:25 -0400 Received: by iyb14 with SMTP id 14so3215773iyb.0 for ; Tue, 19 Jul 2011 06:27:24 -0700 (PDT) In-Reply-To: (Robert McIntyre's message of "Tue, 19 Jul 2011 04:00:58 -0400") 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: Robert McIntyre Cc: emacs-orgmode@gnu.org Robert McIntyre writes: > BTW, this only fails to evaluate when :cache yes is present, as shown by > this example > > #+begin_src sh > echo " Checked out revision 7881." > #+end_src > > #+results: > : Checked out revision 7881. > > #+begin_src sh :cache yes > echo " Checked out revision 7881." > #+end_src > > gives error: > progn: Symbol's function definition is void: org-babel-result-hash > I introduced this problem when I pushed up the fix for your previous cache related bug report. I've just pushed up a fix for this new issue. Please let me know if you experience any continued problems. Thanks -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/