emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: nicely managing multiple calendars in the agenda


From: Sébastien Vauban
Subject: [Orgmode] Re: nicely managing multiple calendars in the agenda
Date: Mon, 03 May 2010 11:10:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

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





reply via email to

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