Hi Cayetano, Cayetano Santos <csant...@inventati.org> writes: >>jeu. 10 juil. 2025 at 04:23, Fredrik Salomonsson <platt...@posteo.net> wrote: > >> Hi Guix, >> >> Anyone that has encountered something similar? Or know a good way of >> debugging this? > > In general, the easier approach to debug an emacs related issue would be > to provide a simple recipe replicating the problem. > > For example: > > guix shell -C -m manifest.scm -- emacs \ > --eval="(find-file \"exemple.org\")" \ > --eval="(org-latex-export-to-pdf)" \ > > Or similar, in case the issue arises in latest Guix revision.
Thanks for pointing me in the right direction! Using `guix shell -C …` with various texlive package configuration I found that adding: `texlive-collection-latexrecommended` and `texlive-collection-fontsrecommended` solved my issue. -- s/Fred[re]+i[ck]+/Fredrik/g