Hello,
Illia Ostapyshyn <[email protected]> writes:
> When exporting asynchronously with an essentially empty
> org-export-async-init-file, the
> process fails with this backtrace:
>
> Debugger entered--Lisp error: (invalid-read-syntax "#" 1 0)
> read(#<buffer *load*>)
>
> load-with-code-conversion("/var/folders/1q/6syg63894h5bqlwp2jdh8r440000gn/T/o..."
> "/var/folders/1q/6syg63894h5bqlwp2jdh8r440000gn/T/o..." nil t)
> command-line-1(("-l" "/Users/iostapyshyn/.emacs.d/org-export.el" "-l"
> "/var/folders/1q/6syg63894h5bqlwp2jdh8r440000gn/T/o..."))
> command-line()
> normal-top-level()
Thanks. There was another report about this a while ago.
> - (lambda (file) (org-latex-compile file)))))
> + '(lambda (file) (org-latex-compile file)))))
What happens if you replace
(lambda ...)
with
#'org-latex-compile
Regards,
--
Nicolas Goaziou