emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: 8.3 export slower
Date: Mon, 24 Aug 2015 23:02:03 +0200	[thread overview]
Message-ID: <874mjo9z90.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAJcAo8srmh49CSfEeq2ir60wger6aKU0T12eAjt_GfQSLOZheg@mail.gmail.com> (Samuel Wales's message of "Mon, 24 Aug 2015 12:12:30 -0700")

Hello,

Samuel Wales <samologist@gmail.com> writes:

> i didn't benchmark, but export of a 900 word subtree seems to take 15s
> in 8.3 (1-2s before 8.3):

Could you use `elp-instrument-package' with an uncompiled Org and report
results?

> i do not know why it is searching 20 files for org id's, as there are
> no id links.

If you do not have any [[id:...]] links, it should certainly not use
`org-id' at all. Do you have an ECM?

> the thing i am doing different from emacs -Q is this, which
> nicolas suggested, but seems no longer to work in 8.3:
>
>       (add-hook 'org-export-before-parsing-hook
> 'mymy-org-export-par-in-inline-fn)
>       (defun mymy-org-export-par-in-inline-fn (backend)
>         "Accept multiple inline footnote paragraphs."
>         (unless (org-export-derived-backend-p backend 'latex)
>           (org-footnote-normalize)
>           ;; =alpha i guess it sticks \par in there for you
>           (while (re-search-forward "\\\\par\\s-*" nil t)
>             (replace-match "\n\n"))))

What doesn't work?


Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2015-08-24 21:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 19:12 8.3 export slower Samuel Wales
2015-08-24 21:02 ` Nicolas Goaziou [this message]
2015-09-11  4:43   ` Samuel Wales

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=874mjo9z90.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=samologist@gmail.com \
    /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).