all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Different faces for breadcrumbs and main entry in agenda
@ 2023-05-18  7:47 Vladimir Nikishkin
  2023-05-19 20:00 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Nikishkin @ 2023-05-18  7:47 UTC (permalink / raw)
  To: emacs-orgmode

Hello, everyone.

Can someone suggest how I could implement different colours for
breadcrumbs and for the main entry name in the agenda view?

I really need this, in my case it would greatly improve readability.

-- 
Your sincerely,
Vladimir Nikishkin (MiEr, lockywolf)
(Laptop)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Different faces for breadcrumbs and main entry in agenda
  2023-05-18  7:47 Different faces for breadcrumbs and main entry in agenda Vladimir Nikishkin
@ 2023-05-19 20:00 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-05-19 20:00 UTC (permalink / raw)
  To: Vladimir Nikishkin; +Cc: emacs-orgmode

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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-19 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18  7:47 Different faces for breadcrumbs and main entry in agenda Vladimir Nikishkin
2023-05-19 20:00 ` Ihor Radchenko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.