** remove results when nil is returned :PROPERTIES: :DATE: 2010-09-07 :END: #+begin_src emacs-lisp (progn (+ 1 1) nil) #+end_src #+name: