Re: [O] Agenda: Disable grayed headings having/checkboxes

2019-07-09 Thread Matthew Piziak
If I were you I'd check the status of variables `org-enforce-todo-checkbox-dependencies` and `org-agenda-dim-blocked-tasks`. My guess is that those checkboxes are blocking the parent heading. On Tue, Jul 09, 2019 at 9:31PM Nathan Neff wrote: > Hello all, > > I found that my agenda view will

Re: [O] Bug: Incorrect behaviour of org-schedule when defining a time interval [9.2.3 (9.2.3-17-g4df705-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20190513/)]

2019-07-08 Thread Matthew Piziak
> obviously wrong It's natural to think so, but my Org mode correctly interprets `Tue 25:00` as being equivalent to `Wed 01:00`. That includes agenda scheduling filters. This format is used in the real world sometimes too, especially for things like TV showings that span across the midnight

[O] Bug: org-code face not rendering over org-level-* faces [9.2.3 (release_9.2.3-374-g0b0aa4 @ /home/matt/.emacs.d/straight/build/org/)]

2019-05-19 Thread Matthew Piziak
If I load `emacs -q`, I can see `org-code` (text between ~ characters) rendering over headings just fine. However if I load `org-plus-contrib`, `org-level-1` et al. seem to override it. Is there a way I can check the precedence order? In my opinion `org-code` should be higher precedence for