Re: [O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2019-02-03 Thread John Lee
On Sun, 18 Nov 2018, at 23:40, Nicolas Goaziou wrote: > * lisp/org-habit.el (org-habit-scheduled-past-days): New variable. > > > (when (or (and (> ddays 0) (< diff ddays)) > > - (> diff org-scheduled-past-days) > > + (> diff (if habitp > > +

Re: [O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2019-02-02 Thread Nicolas Goaziou
Hello, John Lee writes: > Hi, sorry Nicolas I totally missed your review comments! No problem. > Trying hard to make up a reason for utility of the current behaviour: > let's say your habits tend to be weekly and have an optimum time and > weekday, but if you miss them it's just "as soon as

Re: [O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2019-02-02 Thread John Lee
On Sun, 18 Nov 2018, at 23:40, Nicolas Goaziou wrote: > Hello, Hi, sorry Nicolas I totally missed your review comments! > John Lee writes: For context since it's months ago now: > > My own workflow around this is similar to GTD, so I'm using SCHEDULED > > as basically a way to get TODO items

Re: [O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2018-11-18 Thread Nicolas Goaziou
Hello, John Lee writes: > Here's a couple of patches that add new org-habit variables. I hope > the variable documentation describes them sufficiently: if not I need > to change the docs so if you review these patches please read the > patch before the rest of this email so that you're not

[O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2018-11-04 Thread John Lee
Hi Here's a couple of patches that add new org-habit variables. I hope the variable documentation describes them sufficiently: if not I need to change the docs so if you review these patches please read the patch before the rest of this email so that you're not "cheating"! Does the idea