From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boyan Penkov Subject: org-tag-faces only applies to :face:? Date: Thu, 26 Apr 2018 10:25:52 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBhqO-0008J7-BO for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 10:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBhqN-0006I1-KV for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 10:25:56 -0400 Received: from mail-io0-x234.google.com ([2607:f8b0:4001:c06::234]:36725) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBhqN-0006Hk-Ep for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 10:25:55 -0400 Received: by mail-io0-x234.google.com with SMTP id d73-v6so5900336iog.3 for ; Thu, 26 Apr 2018 07:25:55 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, My intention is to change the color and background of certain (urgent-important, noturgent-important) items in the agenda. To this end, I have set up appropriate tags in org-tag-alist and have played with org-tag-faces. However, when I -- for example -- (setq org-tag-faces '( ("home" . (:background "GoldenRod")) ) ) only the tag's face (the bit between the two colons...) changes to GoldenRod. I'd like the entire line to change to GoldenRod. What's the best way to do this? Cheers! -- Boyan Penkov