Re: :STYLE: habit causes position in agenda view to change

2020-07-15 Thread Adam Spiers

On Tue, Jul 14, 2020 at 11:33:03PM -0400, Kyle Meyer wrote:

Adam Spiers writes:


I've noticed that adding the :STYLE: habit property to a TODO causes
its position in the agenda view to change; it jumps to the bottom of
the day.  Is there any way to prevent that?


Try customizing org-agenda-sorting-strategy (in particular, dropping
habit-down from agenda's values).


Perfect, thanks so much Kyle!



Re: :STYLE: habit causes position in agenda view to change

2020-07-14 Thread Kyle Meyer
Adam Spiers writes:

> I've noticed that adding the :STYLE: habit property to a TODO causes
> its position in the agenda view to change; it jumps to the bottom of
> the day.  Is there any way to prevent that?

Try customizing org-agenda-sorting-strategy (in particular, dropping
habit-down from agenda's values).