Re: [O] :results raw for html export problem

2017-01-31 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > Here's some Lisp in an org file that I export to html > > #+begin_src lisp :exports both :results raw You shouldn't use ":exports both" and ":results raw" together. With :results raw, Org has no possible way to tell whether the results of

[O] :results raw for html export problem

2017-01-30 Thread Lawrence Bottorff
Here's some Lisp in an org file that I export to html #+begin_src lisp :exports both :results raw (write (setf my-array (make-array '(10 (terpri) ; goo.gl/lCcdDU / Function TERPRI, FRESH-LINE (setf (aref my-array 0) 25) (setf (aref my-array 1) 23) (setf (aref my-array 2) 45) (setf (aref