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. Cheers, Derek On Sun, Nov 23, 2025 at 7:17 AM Derek Chen-Becker <[email protected]> wrote: > Will do! > > On Sun, Nov 23, 2025 at 7:17 AM Ihor Radchenko <[email protected]> > wrote: > >> Derek Chen-Becker <[email protected]> writes: >> >> > It's been a fairly long thread, but I think that covers all of the >> items. >> > Did I miss any? >> >> There is also >> >> https://list.orgmode.org/orgmode/[email protected]/ >> thread reporting an issue with column view, but that likely falls within >> `org-entry-properties' fix. Still worth confirming that the reproducer >> is working correctly. >> >> -- >> 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 | > +---------------------------------------------------------------+ > > -- +---------------------------------------------------------------+ | 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 | +---------------------------------------------------------------+
