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

Reply via email to