From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rees Subject: color header based on priority/tags rather than level Date: Mon, 13 Jan 2014 18:53:09 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2v5u-0006tw-Jd for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 22:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2v5o-0007Iq-EP for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 22:55:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:38795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2v5o-0007Ib-7m for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 22:55:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2v5j-0008T3-Ew for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:55:03 +0100 Received: from 72.14.229.17 ([72.14.229.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 04:55:03 +0100 Received: from dave by 72.14.229.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 04:55:03 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Is there way to set the color/face of a header line based on priority/tags rather than level? Maybe a way of setting a hook method that takes header line info and returns color/face info? I've found that I can use org-priority-face to color the priority cookie and I can use org-agenda-fontify-priorities to apply color to the agenda line, but I want to color the header line in the original buffer. FYI, Here is a link to old post on this, but it ended just with solution for agenda lines http://article.gmane.org/gmane.emacs.orgmode/17143/match=color+entire+header