From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Bug ? : org-babel and calc : calc-command-flags Date: Wed, 19 Jan 2011 18:58:44 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44336 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfdFD-0002xb-HE for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 13:59:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfdFC-0002or-Q8 for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 13:58:59 -0500 Received: from lo.gmane.org ([80.91.229.12]:50254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfdFC-0002oZ-JS for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 13:58:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PfdF9-0002Ib-VL for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 19:58:55 +0100 Received: from APuteaux-651-1-78-176.w81-249.abo.wanadoo.fr ([81.249.57.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Jan 2011 19:58:55 +0100 Received: from d.tchin by APuteaux-651-1-78-176.w81-249.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Jan 2011 19:58:55 +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: emacs-orgmode@gnu.org Hello, I tried to use calc with babel but it doesn't work as expected. I use the following block with simple instruction : #+begin_src calc 2*3 #+end_src I didn't get back any results. I launch calc and it seems to be called as I have following output --- Emacs Calculator Mode --- 1: 6 . So the instructions seems to be sent to calc. I have the following message error message : executing Calc code block... calc-push-list: Symbol's value as variable is void: calc-command-flags I use : GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON Org-mode version 7.4 Regards d.tchin