emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2


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: Mon, 11 Nov 2013 17:59:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Tod,

Tod Middlebrook <address@hidden> writes:

> The bug below prevents me from easily using dependencies in org-dotemacs.
>
> To reproduce,
> start with this entry:
>
> *** 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}
>           :END:
>           %?
>           "))))
> #+END_SRC
>
> Then do C-c C-x p EMAIL [RET] TestValue, and get the same block, with
> the properties drawer folded. When expanded, there is:
>
> *** 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:    TestValue
>             :PHONE: %^{Phone number}
>             :END:
>             %?
>             "))))
> #+END_SRC

I'm not sure to understand what the problem is exactly: if the problem
is that `C-x C-c p' works in the context of source code blocks, we can
easily fix it.  If the problems is that such properties are matched in
contexts where they should not, we need more information about when
you observe the wrong behavior, i.e. in what context do you see the
properties taken into account while you expect them to be ignored?

Thanks in advance for further details,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]