Re: [O] coding help needed: set, increase and log review priority

2018-05-02 Thread John Kitchin
Julius Dittmar writes: > Hi, > > lisp is still a mystery to me, so I need help coding some functions I > would like to use. > > What I want is a property 'ReviewPriority', which can take integer > values, and a property 'LastReview'. I need functions that > > - increase ReviewPriority by one,

[O] coding help needed: set, increase and log review priority

2018-05-02 Thread Julius Dittmar
Hi, lisp is still a mystery to me, so I need help coding some functions I would like to use. What I want is a property 'ReviewPriority', which can take integer values, and a property 'LastReview'. I need functions that - increase ReviewPriority by one, assuming an initial 0 if there's no value