From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: nicely managing multiple calendars in the agenda
Date: Mon, 03 May 2010 11:10:49 +0200 [thread overview]
Message-ID: <87bpcx5p0m.fsf@mundaneum.com> (raw)
In-Reply-To: 87zl0jd5fc.fsf@eraldo.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" :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-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-05-03 9:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-01 15:09 nicely managing multiple calendars in the agenda Eraldo Helal
2010-05-03 9:10 ` Sébastien Vauban [this message]
2010-05-03 14:27 ` Nick Dokos
2010-05-03 18:49 ` Sébastien Vauban
2010-05-05 8:34 ` Sébastien Vauban
2010-05-05 18:45 ` Nick Dokos
2010-07-12 8:26 ` [SOLVED] " Sébastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bpcx5p0m.fsf@mundaneum.com \
--to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).