From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: how can I debug an async export error? Date: Wed, 28 Oct 2015 15:59:55 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSCl-0001zF-A4 for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 11:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrSCh-0002hc-5x for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 10:59:59 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:4170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSCh-0002gu-1G for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 10:59:55 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, I have a file that exports well synchronously, but that fails when exporting asynchronously. I set the `org-export-async-debug' to t but the Org Export Process buffer that is left behind in not very useful. =2D-8<---------------cut here---------------start------------->8--- Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/ob.el' newer = than byte-compiled file Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/ob-exp.el' ne= wer than byte-compiled file Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/ob-lob.el' ne= wer than byte-compiled file Loading /Users/schmitta/.emacs.d/custom.el (source)... Loading delsel... Loading time... Loading company... Loading recentf... Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/org-info.el' = newer than byte-compiled file Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/org-mhe.el' n= ewer than byte-compiled file Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/org-rmail.el'= newer than byte-compiled file Source file `/Users/schmitta/.emacs.d/org/emacs/site-lisp/org/org-w3m.el' n= ewer than byte-compiled file Loading /Users/schmitta/.emacs.d/recentf... Cleaning up the recentf list... Cleaning up the recentf list...done (0 removed) [yas] Prepared just-in-time loading for /Users/schmitta/.emacs.d/snippets [yas] Reloaded everything (snippets will load just-in-time).... [yas] Loading for `emacs-lisp-mode', just-in-time: (lambda nil (yas--load-d= irectory-1 (quote /Users/schmitta/.emacs.d/snippets/emacs-lisp-mode) (quote= emacs-lisp-mode)))! [yas] Loading compiled snippets from /Users/schmitta/.emacs.d/snippets/emac= s-lisp-mode [yas] Prepared just-in-time loading for /Users/schmitta/.emacs.d/snippets [yas] Reloaded everything (snippets will load just-in-time).... ../../.emacs.d/init.el: `flet' is an obsolete macro (as of 24.3); use eithe= r `cl-flet' or `cl-letf'. Loading reftex... Compiling label environment definitions... Compiling label environment definitions...done Scanning entire document... Scanning file /Users/schmitta/projets/org-mode/doc/library-of-babel.org Scanning document... done [yas] Loading for `text-mode', just-in-time: (lambda nil (yas--load-directo= ry-1 (quote /Users/schmitta/.emacs.d/snippets/text-mode) (quote text-mode))= )! [yas] Loading compiled snippets from /Users/schmitta/.emacs.d/snippets/text= -mode Invalid color Saving file /Users/schmitta/.emacs.d/recentf... Wrote /Users/schmitta/.emacs.d/recentf =2D-8<---------------cut here---------------end--------------->8--- The error seems to be the =E2=80=9CInvalid color=E2=80=9D near the end, but= I have no idea where it comes from. Is it possible to ask org-async-export to leave a backtrace in this buffer when it fails? Thanks, Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 Athmospheric CO=E2=82=82 (Updated October 26, 2015, Mauna Loa Obs.): 398.51= ppm --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCgAGBQJWMOLrAAoJEAQNCjtO0uXHNDgIAJZJtBbia9x9VtpjdVXfhtsD MHaEcZsT8lXzsbE0/37aSgPBRNe5Xt2MA4k8JkX52TH4kp0wG1jdScSr3F8ehLe2 HdHXLmSO7o1rSXLejyOYz5uoSUZgLYlXrU4bCFaDswRj7uC609XYFqYYcmo5e/Tg 3Ju6CmDhNAI9df2IuuS7ao9FG5rP4ZvHtfoYosFYfw9Qm4k7FK0M8ULJO/UDsrwD HKzaZYXcXMvA8PV4WOY0MrFCEAtgDdU8nbKLbhLcZt41rU/GYa63KT76jF1TopYT UMc6kamm5JU6NNBPQAONYyhXxV7Pi6L2kYNBQUueL22d+wGuGRc9OuZzzSBwwxo= =XIpu -----END PGP SIGNATURE----- --=-=-=--