Here are two more patches related to numeric priorities. Fixing `org-entry-put' was relatively simple because I just needed to replace `string-to-char' with the new `org-priority-to-value'. Fixing org-mobile was a little more involved because I had to update the `org-complex-heading-regexp' and `org-complex-heading-regexp-format' regexes to allow all valid priorities. I also couldn't find an existing test file for org-mobile so I created a new one. All tests pass after the changes.
Cheers, Derek On Sun, Dec 7, 2025 at 1:11 PM Ihor Radchenko <[email protected]> wrote: > Derek Chen-Becker <[email protected]> writes: > > > Attached is the patch to fix formatting of the default (numeric) > priorities > > in column view. I can't reproduce the other issue I was seeing with > column > > view now, although it's not clear why. I'll continue work on some of the > > other areas identified in this thread. > > Thanks! > Applied, onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9d128ebbc > > -- > Ihor Radchenko // yantar92, > Org mode maintainer, > Learn more about Org mode at <https://orgmode.org/>. > Support Org development at <https://liberapay.com/org-mode>, > or support my work at <https://liberapay.com/yantar92> > -- +---------------------------------------------------------------+ | 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 | +---------------------------------------------------------------+
0001-lisp-org.el-Fix-handling-of-numeric-priority-in-org-.patch
Description: Binary data
0002-lisp-org-mobile.el-Fix-numeric-priorities-with-org-m.patch
Description: Binary data
