From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Russo Subject: org-babel and gnuplot Date: Fri, 7 Jun 2013 14:25:03 +0100 Message-ID: <65F625E6-49F6-4C96-800F-1F1CE6E115ED@ist.utl.pt> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkwfM-0001lj-7e for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 09:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkwfF-0000Ep-8K for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 09:25:16 -0400 Received: from smtp2.ist.utl.pt ([193.136.128.22]:52103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkwfE-0000DQ-Vo for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 09:25:09 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id DFC1370004A1 for ; Fri, 7 Jun 2013 14:25:04 +0100 (WEST) Received: from smtp2.ist.utl.pt ([127.0.0.1]) by localhost (smtp2.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id GAma3OW5CEIG for ; Fri, 7 Jun 2013 14:25:04 +0100 (WEST) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp2.ist.utl.pt (Postfix) with ESMTP id B69B7700049F for ; Fri, 7 Jun 2013 14:25:04 +0100 (WEST) Received: from [IPv6:2001:690:2100:1c:1dbf:5cf5:23c0:c5ac] (unknown [IPv6:2001:690:2100:1c:1dbf:5cf5:23c0:c5ac]) (Authenticated sender: ist31313) by mail2.ist.utl.pt (Postfix) with ESMTPSA id 9EBE4200CB23 for ; Fri, 7 Jun 2013 14:25:04 +0100 (WEST) 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: emacs-orgmode@gnu.org Hi I was trying a gnuplot source block, and was stricken by "No = org-babel-execute function for gnuplot!" when I tried to execute the = block. I made sure the variable org-babel-load-languages contained (gnuplot . = t) , so I was quite puzzled. It turns out that I needed to explicitly add=20 (require 'ob-gnuplot) to my .emacs file. According to the documentation, this line should not be needed for = org-mode 8.03 (my current version). It this a bug in the documentation? Cheers, Carlos=