From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Empty Priorities Are Displayed As "B" In An Agenda Using The Column View [9.1.13 (9.1.13-elpa @ /home/tom/.emacs.d/elpa/org-9.1.13/)] Date: Wed, 09 May 2018 21:20:13 +0200 Message-ID: <87y3gsskk2.fsf@nicolasgoaziou.fr> References: <87po25t3f3.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGUdQ-00070P-Ol for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGUdN-0002nB-Fs for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:20:20 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43693) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGUdN-0002mM-9o for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:20:17 -0400 In-Reply-To: (Tom Purl's message of "Wed, 09 May 2018 10:48:17 -0400") 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: Tom Purl Cc: "emacs-orgmode@gnu.org" Tom Purl writes: > Thank you for your quick response Nicholas. I read that help page but > I still think this may be a bug. In the 8.2 version of Org the > Priority column in the column view showed an empty priority if the > TODO didn't have a priority. Those TODO's where then *sorted* as if > they had the default priority (which in this case would be B). But > I don't see why the agenda in column view would show a bogus priority > value. This is not a bogus priority. For Org, there is no difference between "no priority" and "default priority". The priority on these headlines is really "B". OTOH, I understand that it looks odd to see a priority even though you added none to the headlines: it makes sense to not display it. OTOH, by all means, there _is_ an implied property and you're requesting to see priorities through `org-agenda-overriding-columns-format'. So it makes sense to display it. Ah well. I'm not arguing the current state is better than the previous one, but it is not clear to me that this qualifies as a bug. Anyway, I do not have any strong opinion on the subject. I would be curious to hear more feedback about this.