Hi Boyan and Vincent, Vincent Beffara <vbeffara...@gmail.com> writes:
> Same thing here except with TODO keywords, the font is configured to be > black-on-red and hl-line lays on top of that, giving a > black-on-darkgrey. Looking at docs about how emacs determines the face at a > given location, they speak about a stack of specifications but nothing > about the ordering of that stack - certainly org should be above hl-line ? > Any way to change that ? (Maybe hl-line uses an "overlay", in which case it > seems to be hopeless ...) Yes, I think this is pretty hopeless. Before switching to Vi, maybe you can try to activate `hl-line-mode' within `org-agenda-finalize-hook', because fontification is done late in the agenda creation and this hook is called just before it. Not tested, though. 2 cts, -- Bastien