Hi Jacob, Thanks, the current set of patches is definitely just a starting point. I think there are several other locations to address discussed in this thread, including the one you mentioned. Once I get the initial set of patches in I plan to follow up and refactor to use some of the new helper functions I've defined to tackle other locations dealing with priorities.
Cheers, Derek On Thu, Nov 6, 2025 at 10:01 PM Jacob S. Gordon <[email protected]> wrote: > Hey Derek, > > Nice work! A small bit of feedback tying back to this bug with default > priorities: > > > https://list.orgmode.org/orgmode/[email protected]/ > > In ‘org-entry-properties’ under lisp/org.el, ‘org-priority-default’ is > treated like a character: > > (if (looking-at org-priority-regexp) > (match-string-no-properties 2) > (char-to-string org-priority-default)) > > so, e.g., column view on the heading will show ‘^G’ instead of 7: > > #+PRIORITIES: 1 10 7 > * Heading > > I think something similar is happening in > ‘org-property-get-allowed-values’, and in org-mouse (which does its > own thing for priorities). > > Best, > > -- > Jacob S. Gordon > [email protected] > Please avoid sending me HTML emails and MS Office documents. > https://useplaintext.email/#etiquette > -- +---------------------------------------------------------------+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org | | Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC | +---------------------------------------------------------------+
