I am using org-mode to write reports including chunks of codes. When I want to generate the output (a PDF usually), org-mode executes all the commands in the file, which is fine. The problem however, is that during that executing, I cannot do anything else with emacs and I have to wait until all the commands to finish, which can take forever.
Is there a way to do the execution asynchronously, or at least, stop the execution once it's started?
Thank you for your help!