From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: [bug] Wrong type argument, computation and layout of inline Babel calls Date: Wed, 14 Jan 2015 17:07:46 +0100 Message-ID: <86twztqral.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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=3D1 (* x x) #+end_src ** Good computation, good layout Carr=C3=A9 de 6 : *call_square(x=3D6)[:results raw]*. Carr=C3=A9 de 8 : call_square(x=3D8)[:results raw]. ** Bad layout in both HTML and LaTeX Carr=C3=A9 de 5 : *call_square(x=3D5)[:results raw]*. ** Error in HTML (Wrong type argument: arrayp, nil) and bad computation in = LaTeX Carr=C3=A9 de 7 : call_square(x=3D7)[:results raw]. --8<---------------cut here---------------end--------------->8--- Best regards, Seb --=20 Sebastien Vauban