emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Renato <renatofdds@gmail.com>
Cc: 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: Tue, 28 Apr 2015 21:22:20 +0200	[thread overview]
Message-ID: <87bni8kqhf.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87fv7qv8uu.fsf@gmail.com> (Renato's message of "Thu, 23 Apr 2015 18:21:45 -0300")

Hello,

Renato <renatofdds@gmail.com> writes:

> 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.

AFAIU, this isn't right. If (assoc p org-priority-faces) is nil, so is
its cdr and `org-face-from-face-or-color' returns nil, too. The `cond'
moves to the next branch.

> 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.

It is. But it hides where the real problem is.

Do you have an ECM?

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2015-04-28 19:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-23 21:21 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/)] Renato
2015-04-28 19:22 ` Nicolas Goaziou [this message]
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=87bni8kqhf.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=renatofdds@gmail.com \
    /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).