Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-05 Thread Adrian Bradd
​Hi Karl,​ This is because I removed the wrong progress indicator from my > examples before posting. You have to change all "[0/2]" with "[%]" > and then you see the issue I described. It seems to be the case that > [/] do work whereas [%] do cause the described malfunctional > behaviour. I was

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-04 Thread Karl Voit
Hi Adrian, * Adrian Bradd wrote: > >> Examples: >> >> * Top-Heading >> >> ** TODO Here I invoke org-todo to DONE >> :PROPERTIES: >> :TRIGGER: 2017-12-03-target(TODO) >> :END: >> >> ** This should be changed to TODO >> :PROPERTIES: >>

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-03 Thread Adrian Bradd
Hi Karl, > Examples: > > * Top-Heading > > ** TODO Here I invoke org-todo to DONE > :PROPERTIES: > :TRIGGER: 2017-12-03-target(TODO) > :END: > > ** This should be changed to TODO > :PROPERTIES: > :ID: 2017-12-03-target > :END: > > ... this is working

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-03 Thread Karl Voit
Hi Adrian, Glad that you replied - I was worrying that this thread is going to die before any improvement can be developed ... * Adrian Bradd wrote: > > First observation: >> >> When I set the heading 1 to DONE (without assigning it any other >> keyword), the TRIGGER

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-03 Thread Adrian Bradd
Hi, First observation: > > When I set the heading 1 to DONE (without assigning it any other > keyword), the TRIGGER events are ignored totally. I guess this is > an edge-case that may be considered as a bug. > ​This is the result of Line 219 in org-depend.el: (unless (and (member from

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-11-19 Thread Karl Voit
* Karl Voit wrote: > Hi, > > I am playing around with org-depend[1] again[2]. I forgot to mention: I am using maint from the git from today. -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from

[O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-11-19 Thread Karl Voit
Hi, I am playing around with org-depend[1] again[2]. I noticed that certain TRIGGER events do not get executed. > # -*- mode: org; coding: utf-8; -*- > * heading 1 > :PROPERTIES: > :ID: foo > :TRIGGER: bar(NEXT) baz(NEXT) > :END: > > * Heading 2 > :PROPERTIES: > :ID: bar > :END: >