Hello, Leo Vivier <leo.viv...@gmail.com> writes:
> I've encountered an issue trying to write a function to toggle between > two org-latex-pdf-process states (short & long). The function works as > intended when using synchronous export (the PDF is created with the > appropriate number of steps), but it doesn't work with asynchronous > export (org-latex-pdf-process isn't grabbed past the first run). [...] > I've tried appending (org-reload) to my function, but it didn't work. > I've also tried modifying org-latex-pdf-process on a fresh emacs > session prior to any async export, and I can confirm that it grabs the > latest state of org-latex-pdf-process. I'd surmise that async export > has a process running in the background, but I don't know how to force > it to reload. The background process doesn't use whatever configuration is loaded in current Emacs. Instead it loads a configuration file. See `org-export-async-init-file'. You may also use local variables in your document, or switch async configuration files. Regards, -- Nicolas Goaziou