From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Painfully Slow Export Date: Tue, 12 Jun 2018 16:01:11 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSjpZ-000711-NY for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 09:59:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSjpX-0008DM-26 for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 09:59:29 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:51493) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSjpW-0008Cb-RT for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 09:59:26 -0400 Received: by mail-wm0-x22d.google.com with SMTP id r15-v6so20760656wmc.1 for ; Tue, 12 Jun 2018 06:59:26 -0700 (PDT) Received: from GEUS2690macwsm.local (dhcp-5-186-123-99.cgn.ip.fibianet.dk. [5.186.123.99]) by smtp.gmail.com with ESMTPSA id f11-v6sm233503ede.45.2018.06.12.06.59.23 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Jun 2018 06:59:23 -0700 (PDT) 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: emacs-org I'm trying to export a file to LaTeX. It takes about one minute. The file is 12000 lines long and has 200 code blocks. I have set: #+PROPERTY: header-args :eval never-export which means, I think, no babel blocks should evaluate. (setq org-export-use-babel t) seems to be the culprit. If I set it to nil then export is sub-second. However, I would like some #+RESULTS: blocks to export (w/o eval). This requires o-e-o-b t. Is there a way to speed up exporting? Thanks, -k.