"Alexis Praga" <[email protected]> writes: >> What if you run latex or pandoc from command line? >> > I can run pandoc or latex fine in nushell as accents in the filename are > correctly encoded to 20260127T171225--résultats-article__test_todo.org (note > the e acute). > > Org-mode export to PDF correctly but `(setq org-latex-pdf-process > '("tectonic --outdir=%o %f"))` results in badly encoded encoded accents.
Hmm. Let's dig further. Can you please M-x trace-function org-latex-compile <RET> M-x trace-function org-compile-file <RET> M-x trace-function org-compile-file-commands <RET> M-x trace-function shell-command <RET> then run the export with problematic file and report *Trace* buffer contents. You can undo the trace with M-x untrace-all -- 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>
