最近我开始用org-mode写一篇很长的文章。我的文章包含大量的图像,表格和代码。因此,当我将我的组织文件导入pdf时,emacs将冻结超过一分钟以生成pdf文件。但是在我看来,我想在出口期间继续撰写或更正我的文章。
所以问题是,emacs可以并行处理多个线程或多个处理器的导出吗?
答案 0 :(得分:6)
当然可以,这是emacs!
(info "(org) The export dispatcher")
“C-A” 切换异步导出。异步导出使用外部 使用指定的初始化配置的Emacs进程 文件。
While exporting asynchronously, the output is not displayed. It is stored in a list called “the export stack”, and can be viewed from there. The stack can be reached by calling the dispatcher with a double ‘C-u’ prefix argument, or with ‘&’ key from the dispatcher. To make this behavior the default, customize the variable ‘org-export-in-background’.
因此,您可以像这样异步导出到PDF: Ce Ca l p 。