"Jacob S. Gordon" <[email protected]> writes: > On 2026-08-23 22:48, J.D. Smith wrote: >> Do customize org-inside-appearance and report what works well for >> you. > > So far I’ve just been inverting so that each type of emphasis gets its > own background colour: > > (:cursor bar :face (:inverse-video t))
Oh interesting idea! I'll have to try that. >> I'm not a big user of org-agenda, but I'm not sure I ever saw it >> respect org-hide-emphasis-markers. Since font-lock-mode is not on in >> the org-agenda buffer, the changes we made to font-locking shouldn't >> do anything there. > > Actually I /do/ know why, I just forgot :) The invisible font property > of markers is changed from ‘t’ to ‘org-emphasis’, so it just needs to > be added to the ‘buffer-invisibility-spec’ (and in ‘org-habit’ to get > the columns to align correctly). The patch attached should fix it. Good find. For me I don't get any of the invisible properties brought over to agenda. Is there a setting to achieve that?
