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

Carré de 6 : *call_square(x=6)[:results raw]*.

Carré de 8 : call_square(x=8)[:results raw].

** Bad layout in both HTML and LaTeX

Carré de 5 :
*call_square(x=5)[:results raw]*.

** Error in HTML (Wrong type argument: arrayp, nil) and bad computation in LaTeX

Carré de 7 :
call_square(x=7)[:results raw].
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to