|
| From: | Bastien |
| Subject: | Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)] |
| Date: | Tue, 12 Nov 2013 07:03:54 +0100 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hi Tod,
Tod Middlebrook <address@hidden> 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
| [Prev in Thread] | Current Thread | [Next in Thread] |