From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Calc in src blocks: No org-babel-execute function for calc! Date: Fri, 04 Jul 2014 08:17:01 +0200 Message-ID: <878uo93axu.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2woH-0001Zn-Pp for emacs-orgmode@gnu.org; Fri, 04 Jul 2014 02:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2woA-00055e-BY for emacs-orgmode@gnu.org; Fri, 04 Jul 2014 02:17:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:54507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2woA-00055Z-4i for emacs-orgmode@gnu.org; Fri, 04 Jul 2014 02:17:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X2wo8-0006rP-F6 for emacs-orgmode@gnu.org; Fri, 04 Jul 2014 08:17:16 +0200 Received: from 37.160.251.116 ([37.160.251.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Jul 2014 08:17:16 +0200 Received: from j.cubizolles by 37.160.251.116 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Jul 2014 08:17:16 +0200 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 How do I enable calc as a valid source block? The following code #+BEGIN_SRC calc 2 + 3 #+END_SRC gives the error in the title. Julien.