From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: export to html stuck in loop scanning for org IDs
Date: Fri, 24 Jul 2015 11:38:09 +0200 [thread overview]
Message-ID: <87380dlwu6.fsf@gmx.us> (raw)
In-Reply-To: CAN_bDiC-oAnSNB+_TJXmPqEAbMXc+3GsL4q8Hdit_4MBhuxdhQ@mail.gmail.com
Hi Bruce,
Bruce Gilstrap <bruce@gilstraps.org> writes:
> This happens consistently with one file that I successfully exported last
> Friday under 8.2.10 but does not happen at all with some other files. So
> far, I have been unable to isolate exactly what it is about this file that
> causes the export to get stuck in this loop. I can do the legwork to track
> it down if someone more knowledgeable about the exporter can point me in
> the right direction. It seems obvious that it has something to do with IDs,
> but the files that still export properly contain IDs, too, so the issue
> isn't as simple as the existence of IDs in the file.
Would it be possible to bisect your file to find the offending part?
Otherwise you could try to hot-patch org-id-update-id-locations in
org-id.el. For instance, try to change the last (if ...) to:
(if (> ndup 0)
(message "WARNING: %d duplicate IDs found, check *Messages* buffer" ndup)
(progn (message "%d unique files scanned for IDs" (length org-id-files))
(message (mapconcat (lambda (x) (format "%s" x)) org-id-files "\n"))))
To see which files it is scanning. Maybe that will give a clue as to
where the problem is.
Do you use #+INCLUDE?
Rasmus
--
Er du tosset for noge' lårt!
next prev parent reply other threads:[~2015-07-24 9:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-23 22:03 export to html stuck in loop scanning for org IDs Bruce Gilstrap
2015-07-24 9:38 ` Rasmus [this message]
2015-07-24 20:07 ` Bruce Gilstrap
2015-07-25 12:16 ` Rasmus
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=87380dlwu6.fsf@gmx.us \
--to=rasmus@gmx.us \
--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).