Re: [O] [bug] Wrong type argument, computation and layout of inline Babel calls

2015-01-15 Thread Charles C. Berry
On Thu, 15 Jan 2015, Sebastien Vauban wrote: Hello Charles, "Charles C. Berry" wrote: On Wed, 14 Jan 2015, Sebastien Vauban wrote: "Charles C. Berry" wrote: On Wed, 14 Jan 2015, Sebastien Vauban wrote: This ECM exhibits "wrong type argument". Carré de 7 : call_square(x=7)[:results raw].

Re: [O] [bug] Wrong type argument, computation and layout of inline Babel calls

2015-01-15 Thread Sebastien Vauban
Hello Charles, "Charles C. Berry" wrote: > On Wed, 14 Jan 2015, Sebastien Vauban wrote: >> "Charles C. Berry" wrote: >>> On Wed, 14 Jan 2015, Sebastien Vauban wrote: This ECM exhibits "wrong type argument". Carré de 7 : call_square(x=7)[:results raw]. >>> >>> Looks like `org-ba

Re: [O] [bug] Wrong type argument, computation and layout of inline Babel calls

2015-01-14 Thread Charles C. Berry
On Wed, 14 Jan 2015, Sebastien Vauban wrote: Hello Charles, "Charles C. Berry" wrote: On Wed, 14 Jan 2015, Sebastien Vauban wrote: This ECM exhibits different troubles: [snip] Carré de 7 : call_square(x=7)[:results raw]. --8<---cut here---end--->8---

Re: [O] [bug] Wrong type argument, computation and layout of inline Babel calls

2015-01-14 Thread Sebastien Vauban
Hello Charles, "Charles C. Berry" wrote: > On Wed, 14 Jan 2015, Sebastien Vauban wrote: >> This ECM exhibits different troubles: >> >> - error when exporting to HTML >> - bad layout >> - bad computation >> >> --8<---cut here---start->8--- >> * Square >> >> #+nam

Re: [O] [bug] Wrong type argument, computation and layout of inline Babel calls

2015-01-14 Thread Charles C. Berry
Sebastien, See below. On Wed, 14 Jan 2015, Sebastien Vauban wrote: Hello, This ECM exhibits different troubles: - error when exporting to HTML - bad layout - bad computation --8<---cut here---start->8--- * Square #+name: square #+begin_src emacs-lisp :ta

[O] [bug] Wrong type argument, computation and layout of inline Babel calls

2015-01-14 Thread Sebastien Vauban
Hello, This ECM exhibits different troubles: - error when exporting to HTML - bad layout - bad computation --8<---cut here---start->8--- * Square #+name: square #+begin_src emacs-lisp :tangle no :var x=1 (* x x) #+end_src ** Good computation, good layout Ca