** stripping existing results
:PROPERTIES:
:DATE: 2010-06-07
:END:
#+name: trickily-located-somehwere-else
: I shouldn't be exported
Neither of the result strings for the following two code blocks should
be included in the export. And only one of the bodies should be
included...
#+begin_src emacs-lisp :exports code
(+ 1 1 1 1)
#+end_src
#+name:
: don't include me in the export!!!!!!!
#+name: trickily-located-somehwere-else
#+begin_src emacs-lisp :exports none
(message "I shouldn't be exported")
#+end_src