On Thursday, 11 Aug 2022 at 10:00, Emmanuel Charpentier wrote:
> Since about a week, exporting directly to Beamer ceased to work. See
> the attached Minimal.org file :
> Debugger entered--Lisp error: (wrong-type-argument sequencep 108)

org-latex-pdf-process should be a list of strings, not a string.  Also,
I would not use custom-set-variables but simply set the value locally:

#+begin_src emacs-lisp :exports none :results silent
  (require 'ox-beamer)
  (setq-local org-latex-pdf-process
     '("latexmk -shell-escape -f -pdf -%latex -interaction=nonstopmode 
-output-directory=%o %f"))
#+end_src

-- 
: Eric S Fraga, with org release_9.5.4-720-g4db67d in Emacs 29.0.50

Reply via email to