Bruce D'Arcus writes: > Sorry; I wasn't clear. > > What I meant is that etc/styles was also not synced.
Right, some of the non-lisp files get moved around directory-wise between the Org and Emacs repos. Just in case it didn't stick out in the snippets from my message upstream, the same files are there on both sides: $ git -C org-mode ls-tree -r release_9.5:etc/styles 100644 blob d0c98a3e51c079e74780d54289b09ba8ba52ac64 OrgOdtContentTemplate.xml 100644 blob 1a8edee99b4ccbbb18321091a7530afee660906a OrgOdtStyles.xml 100644 blob 07126fc31ba60103032e075e7cfdf81569e324c9 README $ git -C emacs show --no-patch --format="%s (%ch)" bf9ec3d91a Update to Org 9.5 (Wed Sep 29 23:21) $ git -C emacs ls-tree bf9ec3d91a:etc/org 100644 blob d0c98a3e51c079e74780d54289b09ba8ba52ac64 OrgOdtContentTemplate.xml 100644 blob 1a8edee99b4ccbbb18321091a7530afee660906a OrgOdtStyles.xml 100644 blob 07126fc31ba60103032e075e7cfdf81569e324c9 README