OK, I have a fix for the `org-entry-property` issue and the LaTeX issue, attached. I think that the `org-entry-property' fix also fixes column view, and I've added a unit test for that as well. One thing I noticed, though, was that the code around org-priority, even before my latest set of patches, doesn't seem to consider buffer-level priorities (e.g. "#+PRIORITIES: A D B"). That might be another thing that needs fixing, so I've added it as a follow-up in my TODOs to look at (I could just be missing something, but it didn't work in manual testing).
Cheers, Derek On Sun, Nov 23, 2025 at 7:57 AM Ihor Radchenko <[email protected]> wrote: > Derek Chen-Becker <[email protected]> writes: > > > I'm fixing the ox-latex stuff first since it seems fairly simple. I > noticed > > what appears to be a typo on > > > https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/testing/lisp/test-ox-latex.el#n32 > > while updating the unit tests. I think this should be `test-ox-latex', > not > > `text-ox-latex': > > > > (ert-deftest text-ox-latex/protect-square-brackets () > > > > I can add this fix to my patch if this should be changed. > > Yes, typo. > > -- > 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 | +---------------------------------------------------------------+
0002-lisp-ox-latex.el-Properly-format-priority-values.patch
Description: Binary data
0001-lisp-org-element.el-Properly-handle-numeric-prioriti.patch
Description: Binary data
