emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] speed up exporting to pdf


From: Nicolas Goaziou
Subject: Re: [O] speed up exporting to pdf
Date: Fri, 15 Sep 2017 12:18:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Amos Bird <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]