From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Unable to export babel results Date: Mon, 18 Oct 2010 20:20:24 -0600 Message-ID: <878w1uhqjb.fsf@gmail.com> References: <87d3r7gezd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53737 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P81oV-0005h2-Hk for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 22:20:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P81oT-0001ia-Ah for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 22:20:31 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:57187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P81oT-0001iW-7W for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 22:20:29 -0400 Received: by gxk27 with SMTP id 27so1170392gxk.0 for ; Mon, 18 Oct 2010 19:20:28 -0700 (PDT) In-Reply-To: (suvayu ali's message of "Mon, 18 Oct 2010 19:02:34 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suvayu ali Cc: org-mode mailing list Hmm, Are you sure that the version of Org-mode loaded in Emacs is the very same version? What output do you get when you run the org-version command? I get Org-mode version 7.01trans (release_7.01h.747.g57e7) It is common for people to have a local checkout of the latest version of org-mode, but still have an older version located somewhere in their site-lisp directory loaded overtop of the new checkout. If this is the case you may need to tweak your classpaths. If you are using the latest version of Org-mode, then I'm not sure what the problem could be. I've exported your attached example file with org-confirm-babel-evaluate set to both nil and to true, in both cases it worked for me without problem. Are you on a windows box (another one of my go-to potential culprits)? Best -- Eric suvayu ali writes: > Hi Eric, > > On 18 October 2010 18:15, Eric Schulte wrote: >> Could you try checking out the latest development >> version of Org-mode and let me know if the problem persists? > > Sorry I should have mentioned this, my version of org-mode is 3 days > old. This is the exact version that I'm using. I'll still update my > installation and report back. > > > commit c9b017632eefdb40da3632c191c5c2321eff1569 > Author: Eric Schulte > Date: Fri Oct 15 09:25:33 2010 -0600 > > ob-sh: no longer fails on empty results > > * lisp/ob-sh.el (org-babel-sh-evaluate): no longer assumes that > results are non-nil