Viktor Sonesten writes:
> [...] so I want to override the NAME given applied on start-process in
> org-export-async-start.
I missed some documentation: it's PROGRAM I'm looking for, not NAME.
PROGRAM is invocation-name, so "emacs" by default.
Thanks for being the rubber duck.
I'm trying to export a PDF asynchronously, but get a void-function on
the first use-package in my init.el. I believe this is because my emacs
installation is wrapped in Nix and by default an emacs that doesn't know
about use-package is used, so I want to override the NAME given applied
on start-pro