Re: org-latex-pdf-process as a lisp function?

2023-04-30 Thread John Kitchin
Thanks for this and the other one too! On Sun, Apr 30, 2023 at 12:41 PM Ihor Radchenko wrote: > John Kitchin writes: > > > The documentation for org-latex-pdf-process says that it can be a list of > > strings, or a lisp function. > > ... > > In org-compile-file-commands, I think this line > >

Re: org-latex-pdf-process as a lisp function?

2023-04-30 Thread Ihor Radchenko
John Kitchin writes: > The documentation for org-latex-pdf-process says that it can be a list of > strings, or a lisp function. > ... > In org-compile-file-commands, I think this line > > ((pred functionp) process) > > should instead be > > ((pred functionp) (list process)) Yes, indeed. Fixed,

org-latex-pdf-process as a lisp function?

2023-04-30 Thread John Kitchin
The documentation for org-latex-pdf-process says that it can be a list of strings, or a lisp function. I have used a function for a long time, but recently it seems to have broken. Now I get an error in org-compile-file. The issue comes in the first line where (commands (org-compile-file-commands