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.

-- 
 Bastien

Reply via email to