From a862ef69061ffdda8133f1a0a791c85a4e1eb4f0 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 16 Mar 2024 14:31:14 +0300 Subject: [PATCH] etc/ORG-NEWS: Fix typo --- etc/ORG-NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index ca73f06e7..b76047bd0 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -486,9 +486,9 @@ indicating whether ~org-store-link~ was called interactively. Existing store functions will continue to work. -*** ~org-priority=show~ command no longer adjusts for scheduled/deadline +*** ~org-priority-show~ command no longer adjusts for scheduled/deadline -In agenda views, ~org-priority=show~ command previously displayed the +In agenda views, ~org-priority-show~ command previously displayed the composite rank consisting of the item priority and overdue. This is no longer the case. The displayed and returned value only depends on the item priority now.