** protecting block bodies :PROPERTIES: :DATE: 2010-06-25 :END: neither of these work as expected #+begin_src org ,#+TITLE: stuff ,#+begin_src emacs-lisp , (message "something") ,#+end_src ,more stuffs ,#+resname: something ,: value ,# and a comment #+end_src #+begin_src org ,* example org ,# this is a comment ,this is not a comment #+end_src #+begin_src org ,* escaped org-mode markup ,this should be exported as is ,#+results: escaping-example ,: 24 #+end_src #+begin_html <pre> #comment #+end_src </pre> #+end_html final