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 19:15:18 -0600 Message-ID: <87d3r7gezd.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49303 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P80nt-0000Lh-0C for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 21:15:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P80nZ-0000EK-R5 for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 21:15:31 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:49651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P80nZ-0000Dn-Oo for emacs-orgmode@gnu.org; Mon, 18 Oct 2010 21:15:29 -0400 Received: by ywa8 with SMTP id 8so128813ywa.0 for ; Mon, 18 Oct 2010 18:15:29 -0700 (PDT) In-Reply-To: (suvayu ali's message of "Sun, 17 Oct 2010 21:31:02 -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 Hi, I've tried to export your file and I had no problems. I believe the problem you describe may be fixed in a recent (the last month or so) patch to Org-mode. Could you try checking out the latest development version of Org-mode and let me know if the problem persists? http://orgmode.org/worg/org-faq.php#Keeping-current Best -- Eric suvayu ali writes: > Hi, > > I am having some trouble with org-babel and exporting results. I am > not sure what I am doing wrong. > > > + while exporting to LaTeX->pdf if I answer y to evaluating source > blocks, I get a message like this and nothing is exported. > >> Evaluate this gnuplot code on your system? (y or n) y >> executing Gnuplot code block (plot-k-factor-w-err-png)... >> org-babel-ref-resolve-reference: reference 'k-factor-red-table' not found in this buffer > > > + Whereas if I evaluate the src block separately and then export, > every thing works as expected. > > > What is wrong with my setup? How do I troubleshoot?