|
| From: | Tod Middlebrook |
| 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 04:47:17 -0600 |
| User-agent: | mu4e 0.9.9.6pre2; emacs 24.3.50.1 |
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
address@hidden writes:
> 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.
| [Prev in Thread] | Current Thread | [Next in Thread] |