From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Howard Subject: using org-priority-faces to highlight a line Date: Tue, 30 Jul 2013 16:37:11 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Gfm-0005JJ-Ma for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 16:37:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4Gfk-0005Uq-0q for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 16:37:34 -0400 Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:60083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Gfj-0005Uh-TQ for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 16:37:31 -0400 Received: by mail-qa0-f46.google.com with SMTP id bq6so2623370qab.12 for ; Tue, 30 Jul 2013 13:37:31 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Following up on this thread, http://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg01295.html I can get org-priority-faces to highlight the priority cookie itself, but I'd like to highlight the whole line by its priority. Any suggestions? Based on the earlier thread, I am using (setq org-priority-faces '((?A . (:foreground "red" :weight bold)) (?B . (:foreground "white")) (?C . (:foreground "grey")))) (Also, customize doesn't do anything for me at all, so I've been doing it by hand.) thanks, greg