From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: how to speed up an org-mode file? Date: Sun, 17 Jul 2016 12:23:19 +0200 Message-ID: <87k2gkh8bs.fsf@saiph.selenimh> References: <87twfxv9t3.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOjEI-000235-N6 for emacs-orgmode@gnu.org; Sun, 17 Jul 2016 06:23:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOjEH-0002vj-RE for emacs-orgmode@gnu.org; Sun, 17 Jul 2016 06:23:22 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:53727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOjEH-0002vY-Kg for emacs-orgmode@gnu.org; Sun, 17 Jul 2016 06:23:21 -0400 In-Reply-To: <87twfxv9t3.fsf@skimble.plus.com> (Sharon Kimble's message of "Sun, 10 Jul 2016 15:37:12 +0100") 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: Sharon Kimble Cc: org-mode-email Hello, Sharon Kimble writes: > I'm working on an org-mode file about cancer which is 945.1kb, is > converted to a tex file of 1.0mb and a pdf of 2.0mb with 505 pages. The > conversion is done through this code snippet '(global-set-key (kbd > "s-#") 'org-latex-export-to-latex)'. There is no problem with the > conversion to tex or conversion to pdf. > > However, the org-mode file is increasingly slowing down and becoming > difficult to move about within the file, and also enter new information > within it. > > How then can I speed it up within the org file please? It would help to have some profiling to determine where the bottleneck is. You could use `elp-instrument-package' on "org-" prefix and report results here. Regards, -- Nicolas Goaziou