From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: nicely managing multiple calendars in the agenda Date: Mon, 03 May 2010 11:10:49 +0200 Message-ID: <87bpcx5p0m.fsf@mundaneum.com> References: <87zl0jd5fc.fsf@eraldo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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" :i= talic t)))) --8<---------------cut here---------------end--------------->8--- Maybe a bug? Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode