From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: org-highest-priority not defined [9.3.6 (release_9.3.6-399-ge6df03 @ /home/n/.emacs.d/straight/build/org/)] Date: Tue, 24 Mar 2020 03:50:58 +0000 Message-ID: <87y2rqs95p.fsf@kyleam.com> References: <87imjoj2xt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53546) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGaap-00046j-L4 for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 23:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGaao-0005NH-BF for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 23:51:07 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:55246) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jGaan-0005Kl-Ts for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 23:51:06 -0400 In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: No Wayman , emacs-orgmode@gnu.org No Wayman writes: > Subject: [PATCH] Use defvaralias for prioirity variable aliases Thank you for the initial report and the follow-up patch. I'm confused why e062ca719 (org.el: Use `defalias' for priority aliases, 2020-02-24) did the exact opposite reversal, but your patch looks obviously correct. Applied in 097b4e6ca, filling in the commit message.