emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Viktor Rosenfeld <v.rosenfeld@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Org mode export from a large file is slow since release 8.3
Date: Sat, 5 Dec 2015 03:05:40 +0100	[thread overview]
Message-ID: <0E058549-7259-467A-AECC-CA2B0D4BC78A@gmx.de> (raw)

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

Hi,

I updated from 8.2.9 to 8.3.2 today and now the export has become very slow. Creating an HTML page or a LaTeX buffer used to be instantaneous but now takes up to 30 seconds.

It seems that this is mostly related to file size. For example, exporting a subtree from a large notes file (~8600 lines) is very slow (11 seconds) but if I truncate the file significantly (to ~3000 lines) the export is faster (<2 seconds), and if I move the subtree to a fresh file (while still exporting the subtree only and not the file) it is again instantaneous.

It also seems that the maint branch has fixed this problem somewhat, although I can’t really quantify it, but the problem persists.

In the *Messages* buffer, I see a new message that hasn’t been there before:

org-babel-exp process C at line 7982...
org-babel-exp process C at line 7998...
org-babel-exp process C at line 8024...
org-babel-exp process C at line 8064...
org-babel-exp process patch at line 8103...
org-babel-exp process patch at line 8119...
org-babel-exp process patch at line 8132...
org-babel-exp process patch at line 8148...
org-babel-exp process C at line 8179...
30 unique files scanned for IDs [8 times]

Curiously, after trying to debug this issue, the problem went away for one file but persists for another.

I am also able to reproduce this problem with an init.el file containing only:

;; use own Org-mode installation
(setq load-path (cons "~/unix/src/org-mode/lisp" load-path))
(setq load-path (cons "~/unix/src/org-mode/contrib/lisp" load-path))
(require 'org-install)
(require 'org)
(require 'ox-html)

I’m using CocoaEmacs 24.4 (9.0) installed via Homebrew on OS X 10.11.1 (El Capitan).

Any idea what is causing this?

Best,
Viktor



[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 155 bytes --]

             reply	other threads:[~2015-12-05  2:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-05  2:05 Viktor Rosenfeld [this message]
2015-12-05 12:26 ` Org mode export from a large file is slow since release 8.3 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0E058549-7259-467A-AECC-CA2B0D4BC78A@gmx.de \
    --to=v.rosenfeld@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).