[Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread d . tchin
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 ___ Ema

Re: [Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread Eric Schulte
d.tchin writes: > Eric Schulte gmail.com> writes: > >> >> Hi d.tchin, >> > > Hi Eric > >> This problem is caused because (as you point out) the calc-command-flags >> variable is not defined. In my Emacs version calc-command-flags is >> provided by (require 'calc) which is part of Babel's calc

[Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread d . tchin
Eric Schulte gmail.com> writes: > > Hi d.tchin, > Hi Eric > This problem is caused because (as you point out) the calc-command-flags > variable is not defined. In my Emacs version calc-command-flags is > provided by (require 'calc) which is part of Babel's calc support, this > variable must