From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [Babel] (require 'ob-eval) missing in ob-gnuplot.el Date: Wed, 01 Dec 2010 07:25:15 -0700 Message-ID: <87wrntfu44.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=35091 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNncq-0003Np-EN for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 09:25:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNncc-0001PO-AA for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 09:25:39 -0500 Received: from mail-gw0-f41.google.com ([74.125.83.41]:43446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNncc-0001PB-7b for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 09:25:26 -0500 Received: by gwj22 with SMTP id 22so1618981gwj.0 for ; Wed, 01 Dec 2010 06:25:25 -0800 (PST) In-Reply-To: (Thomas Holst's message of "Wed, 01 Dec 2010 09:20:28 +0100") 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: Thomas Holst Cc: "emacs-orgmode@gnu.org" Hi Thomas, Thomas Holst writes: > Hello, > > recently I started using org-babel and I'm really fond of it. It makes > my daily life as an electrical engineer a lot easier! So I would like to > thank you all for org-mode and for org-babel. Both really changed my way > of working. > That's great to hear, thanks for sharing. > > With a recent org-mode (pull from yesterday evening) I get an error when > I try to eval gnuplot source. > > definition of function org-babel-eval-wipe-error-buffer is void > > #+begin_src emacs-lisp > (require 'ob-eval) > #+end_src > > fixes this, so I think it is missing in ob-gnuplot.el > I've just pushed up a fix which should ensure that ob-eval is required whenever ob is required (including gnuplot). Cheers -- Eric > > Bis neulich ... > Thomas