Re: Possible bug in org-agenda not showing habits properly

2024-03-20 Thread Rens Oliemans
Ihor Radchenko writes: > You should set `org-modules' _before_ loading Org. Or you can load > org-habit in more traditional way, via (require 'org-habit) or > (use-package org-habit). Thanks, this works! I misunderstood the way the different use-package blocks got executed.

Re: Possible bug in org-agenda not showing habits properly

2024-03-19 Thread Ihor Radchenko
Rens Oliemans writes: > When I open an org file before opening the agenda, my habits show up as > regular tasks, > rather than with the consistency graph. Additionally, many CANCELed tasks > still show up in > the agenda. When I open the agenda first however, everything goes fine. > > Interesti