** results replace not always working :PROPERTIES: :DATE: 2011-01-25 :END: #+begin_src sh :results output org replace :exports code for i in `seq 4`;do echo "- place $i in the list" done #+end_src #+BEGIN_ORG - place 1 in the list - place 2 in the list - place 3 in the list - place 4 in the list#+END_ORG inline block src_emacs-lisp[:exports code :results replace]{(+ 1 1 1)} here is was