Hi Eraldo, Eraldo Helal wrote: > I have switched to using org files as 'calendars'. (events.org, > university.org, etc) I am using the agenda to view them. > > However I am still having some troubles with 2 things: > 1. different colors for different calendars (e.g. entries from events.org in > orange)
> Would it be possible to use different faces for different files? > Or maybe even different faces for different categories? > ,---- What I have: > |[blue ] Saturday 1 May 2010 > |[black] events: Adam's party > |[black] events: Magic show > |[black] university: 10:15-12:00 Management test > `---- > ,---- What I want: > |[blue ] Saturday 1 May 2010 > |[orange] events: Adam's party > |[orange] events: Adam's party > |[purple] university: 10:15-12:00 Management test > `---- What I do is having tags with different colors: --8<---------------cut here---------------start------------->8--- (setq org-tag-faces '(("home" . (:background "#D4EAFF" :italic t)) ("work" . (:italic t :background "#F9E816")))) --8<---------------cut here---------------end--------------->8--- Though, only the color spec above is taken into account. Tags are not in italics like for all the others: --8<---------------cut here---------------start------------->8--- (org-tag ((t (:foreground "rgb:81/6A/7D" :background "rgb:F7/B8/DE" :italic t)))) --8<---------------cut here---------------end--------------->8--- Maybe a bug? Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode