emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Renato <renatofdds@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: Priority #B in Agenda causes invalid face reference	[8.2.1 (8.2.1-15-ge5cecc-elpa @	/Users/Paul/.emacs.d/elpa/org-20131021/)]
Date: Thu, 23 Apr 2015 18:21:45 -0300	[thread overview]
Message-ID: <87fv7qv8uu.fsf@gmail.com> (raw)

I'm using release_8.2.10 and experienced the same problem.

The problem seems to be the function org-agenda-fontify-priorities which
calls:
(org-face-from-face-or-color
		       'priority nil
		       (cdr (assoc p org-priority-faces)))

which expects a face to inherit from. When org-priority-faces is nil or
color or even does not specify the priority(e.g. "B") it inherits from
nil and causes the message.
Setting it to something like 
   (quote
    ((65 . org-level-1)
     (66 . org-level-2)
     (67 . org-level-3)
     (68 . org-level-4))))

is a workaround to the problem.

Renato

             reply	other threads:[~2015-04-23 21:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-23 21:21 Renato [this message]
2015-04-28 19:22 ` Bug: Priority #B in Agenda causes invalid face reference [8.2.1 (8.2.1-15-ge5cecc-elpa @ /Users/Paul/.emacs.d/elpa/org-20131021/)] Nicolas Goaziou
2015-04-29 11:52   ` Renato Ferreira
2015-04-29 21:36     ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2013-10-27  8:30 Paul Rankin
2013-10-28 14:38 ` Nick Dokos

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=87fv7qv8uu.fsf@gmail.com \
    --to=renatofdds@gmail.com \
    --cc=emacs-orgmode@gnu.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).