Re: [O] org-entry-get behaviour

2015-09-04 Thread Kyle Meyer
Hi, Martin Kaffanke writes: > Hi there, > > I can see now, that (org-entry-get (point) "foo") is nil, if > :PROPERTIES: follows the CLOCK: entry. Has it changed to be that > :PROPERTIES: now must be the first thing of the entry? Yes. > If so, how can I > change all my entries at once instead

[O] org-entry-get behaviour

2015-09-04 Thread Martin Kaffanke
Hi there, I can see now, that (org-entry-get (point) "foo") is nil, if :PROPERTIES: follows the CLOCK: entry. Has it changed to be that :PROPERTIES: now must be the first thing of the entry? If so, how can I change all my entries at once instead of going through all my items and do it by hand?