From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: speed up exporting to pdf Date: Fri, 15 Sep 2017 12:18:33 +0200 Message-ID: <87377oe03q.fsf@nicolasgoaziou.fr> References: <87shfoxqej.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsnhl-0001q4-2W for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 06:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsnhk-0005XA-4o for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 06:18:37 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:37269) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsnhj-0005Vk-Ut for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 06:18:36 -0400 In-Reply-To: <87shfoxqej.fsf@gmail.com> (Amos Bird's message of "Fri, 15 Sep 2017 17:27:48 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Amos Bird Cc: emacs-orgmode Hello, Amos Bird 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