From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Re: Bug ? : org-babel and calc : calc-command-flags Date: Thu, 20 Jan 2011 19:20:23 +0000 (UTC) Message-ID: References: <87oc7by1hy.fsf@gmail.com> <87wrlzwgue.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42290 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg03u-0008GY-6C for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 14:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg03g-0006AU-60 for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 14:20:50 -0500 Received: from lo.gmane.org ([80.91.229.12]:33770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg03g-0006AA-08 for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 14:20:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pg03e-00007V-9J for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 20:20:34 +0100 Received: from APuteaux-651-1-85-195.w81-249.abo.wanadoo.fr ([81.249.120.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jan 2011 20:20:34 +0100 Received: from d.tchin by APuteaux-651-1-85-195.w81-249.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jan 2011 20:20:34 +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 Eventually I prefer to use the following instruction in the buffer where I will use calc with babel. #+begin_src emacs-lisp :results silent (require 'ob-calc) (defvar calc-command-flags nil) #+end_src Thank you for your help. d.tchin