Bastien, I apologize for the mishaps of sending from the wrong address that time and for somehow leaving off the commentary that I thought was sent with the code block.
Is it a trivial fix to alter drawer and possibly other element regexps to never match anything inside of a code block, or should I add it to http://orgmode.org/tmp/worg/org-issues.html ? Tod b...@altern.org writes: > Hi Tod, > > Tod Middlebrook <whatifits...@gmail.com> writes: > >> * stuff for bug report >> #+BEGIN_SRC emacs-lisp >> >> (setq org-capture-templates >> (quote >> ( >> ("c" "Contacts" entry (file+headline "~/my-stuff/file.org" >> "Contacts") >> "* %^{Name: } >> :PROPERTIES: >> :EMAIL: %^{Email} >> :PHONE: %^{Phone number} >> :NAME: %^{Full Name} >> :END: >> %? >> ")))) >> #+END_SRC >> :PROPERTIES: >> :NAME: org-capture-templates >> :DEPENDS: org >> :END: > > Simply put property drawers right after the headline, or just don't > put source-code-blocks-containing-property-drawers between headline > and real property drawers.