Hello, Amos Bird <amosb...@gmail.com> writes:
> When doing org to pdf exportation of my 2 pages demo org file, it takes > nearly 10 seconds. How can I > speed it up? The best way to speed it up is to identify the source of the slowness. For example, you may be executing a very long computation before each export. In that case, ":cache" Babel property might help. In the more general case, you need to instrument package with `M-x elp-instrument-package RET org- RET' Then export your document and display the report with `M-x elp-results' You can eventually analyze it or post it here for some help from the Org community. Regards, -- Nicolas Goaziou