From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: Painfully Slow Export Date: Tue, 12 Jun 2018 22:07:50 +0000 Message-ID: <5817E7AF-A6BB-42A3-93D1-22387C23D618@ucsd.edu> References: <73844D54-30A4-48CB-8303-6DA3C932A444@ucsd.edu> <04337B1C-B1CB-4349-87E1-5C7051B38BA7@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSrX3-0005uz-A6 for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 18:12:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSrWz-0004Dw-WA for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 18:12:53 -0400 Received: from iport-bcv1-out.ucsd.edu ([132.239.0.119]:23583) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSrWz-0004Cf-Fa for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 18:12:49 -0400 In-Reply-To: Content-Language: en-US Content-ID: 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: Ken Mankoff Cc: Org-mode > On Jun 12, 2018, at 2:30 PM, Ken Mankoff wrote: >=20 > Based on the profiling, I think the reason it takes 1 minute is because t= he code blocks use <> blocks? I do not see this. It takes a bit longer to run the noweb example you gave with 200 `baz' src = blocks, but nothing crazy - like 10 seconds versus 5 for your other example= . I used `C-c C-e l L' for each. And the profiler gives `org-babel-expand-noweb-references' about 2% of the = total. You are using a recent version of org, right? =20 Chuck=