emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* speed up exporting to pdf
@ 2017-09-15  9:27 Amos Bird
  2017-09-15 10:18 ` Nicolas Goaziou
  2017-09-19  9:02 ` Eric S Fraga
  0 siblings, 2 replies; 3+ messages in thread
From: Amos Bird @ 2017-09-15  9:27 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

#+OPTIONS: latex:t toc:nil H:3

Hi,

When doing org to pdf exportation of my 2 pages demo org file, it takes nearly 10 seconds. How can I
speed it up?

regards,
Amos

[-- Attachment #2.1: Type: text/html, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: speed up exporting to pdf
  2017-09-15  9:27 speed up exporting to pdf Amos Bird
@ 2017-09-15 10:18 ` Nicolas Goaziou
  2017-09-19  9:02 ` Eric S Fraga
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2017-09-15 10:18 UTC (permalink / raw)
  To: Amos Bird; +Cc: emacs-orgmode

Hello,

Amos Bird <amosbird@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: speed up exporting to pdf
  2017-09-15  9:27 speed up exporting to pdf Amos Bird
  2017-09-15 10:18 ` Nicolas Goaziou
@ 2017-09-19  9:02 ` Eric S Fraga
  1 sibling, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2017-09-19  9:02 UTC (permalink / raw)
  To: Amos Bird; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

On Friday, 15 Sep 2017 at 17:27, Amos Bird wrote:
> Hi,
>
> When doing org to pdf exportation of my 2 pages demo org file, it
> takes nearly 10 seconds. How can I
> speed it up?

What does your org file include?  In any case, you may wish to look at
org-latex-pdf-process to see if unnecessary commands are being executed
to create the PDF from the LaTeX generated by org.

-- 
: Eric S Fraga via Emacs 26.0.50, Org release_9.0.10-729-gb792e2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-19  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-15  9:27 speed up exporting to pdf Amos Bird
2017-09-15 10:18 ` Nicolas Goaziou
2017-09-19  9:02 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).