Re: org-export-async-start: overwriting start-process NAME

2022-01-23 Thread Viktor Sonesten
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.

org-export-async-start: overwriting start-process NAME

2022-01-23 Thread Viktor Sonesten
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