Vladimir Nikishkin <lockyw...@gmail.com> writes: > Can someone suggest how I could implement different colours for > breadcrumbs and for the main entry name in the agenda view?
`org-compile-prefix-format' uses `format', which removes all the text properties. So, you may need to manually go through agenda view in `org-agenda-finalize-hook'. Entries with breadcrumbs will hold colorized breadcrumbs in 'breadcrumb text property (see `org-format-outline-path'). -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>