emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Different faces for breadcrumbs and main entry in agenda


From: Ihor Radchenko
Subject: Re: Different faces for breadcrumbs and main entry in agenda
Date: Fri, 19 May 2023 20:00:34 +0000

Vladimir Nikishkin <lockywolf@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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]