On Fri, 28 Nov 2014, John Kitchin wrote:
I noticed an undesirable behavior in setting a property on a headline
with no properties, but which contains a code block that generates
headlines with properties. When I try to set a property with C-c C-x p,
the property gets put in the wrong place (inside the code block). It is
a small issue, but I thought I would report.
John,
When I do as you suggest, I get a prompt:
Malformed drawer at 348, repair? (y or n)
`348' was the bol for the first :PROPERTIES: line.
When I respond `y', a properties drawer is created under the headline and
I get the usual prompts to complete the addition of a property.
In the end, it looks correct.
I get the same behavior with both current and older 8.3beta commits:
: commit e4195fa7db03284c0c0d5b70a66d419ce7caf3e9
: Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
: Date: Thu Nov 13 21:49:03 2014 +0100
: commit 5945beef05120ce319228195a9e0c562f8573d19
: Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
: Date: Thu Nov 27 00:21:03 2014 +0100
:
HTH,
Chuck