Cayetano Santos <csant...@inventati.org> writes: >>lun. 07 juil. 2025 at 09:01, pinoaffe <pinoa...@gmail.com> wrote: >> I recently found out that ox-texinfo exists - what do y'all think about >> adding a build phase to convert Org documentation files into Texinfo >> files, so they can be uniformly accessed? > > Well, this is what we usually do, see emacs-show-font package for example. > > https://codeberg.org/guix/guix/src/master/gnu/packages/emacs-xyz.scm#L1512 > > We add it in the package as an extra phase, as most packages doesn’t > provide such a documenting facility.
Oh hey, neat! I guess I should've grepped through emacs-xyz for ox-texinfo :) I'll try and add this to a couple more emacs packages that use org for documentation Thanks!