Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-27 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Just wanted to bump this. > > Let me know if there is a preferred/better way to attack this issue and > I can give it a shot. Oops, this was falling through the cracks. I applied your initial patch. Thank you. Regards, -- Nicolas

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-25 Thread Adrian Bradd
Just wanted to bump this. Let me know if there is a preferred/better way to attack this issue and I can give it a shot. Cheers, Adrian Adrian Bradd writes: > I should probably add that this will require org-depend.el to be loaded. > > On 10 December 2017 at 17:50,

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-10 Thread Adrian Bradd
I should probably add that this will require org-depend.el to be loaded. On 10 December 2017 at 17:50, Adrian Bradd wrote: > Hello, > > ECM: > > * Top-Heading with process indicator [/] > > ** TODO Here I invoke org-todo to DONE > :PROPERTIES: > :TRIGGER:

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-10 Thread Adrian Bradd
Hello, ECM: * Top-Heading with process indicator [/] ** TODO Here I invoke org-todo to DONE :PROPERTIES: :TRIGGER: 2021-12-03-target(TODO) :END: ** This should be changed to TODO :PROPERTIES: :ID: 2021-12-03-target :END: If you run org-todo on the "Here I invoke org-todo to DONE" headline

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-10 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Please see the patch attached. > > When completing a TODO with a TRIGGER property that has statistics in the > parent headline the trigger would not evaluate because the :position > property in `change-plist' may now refer to the line above

[O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-10 Thread Adrian Bradd
Hi, Please see the patch attached. When completing a TODO with a TRIGGER property that has statistics in the parent headline the trigger would not evaluate because the :position property in `change-plist' may now refer to the line above the original TODO. I have used a marker to avoid the issue