From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Illia Ostapyshyn <ilya.ostapyshyn@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Org async export fails with invalid read syntax “#” [9.4.4 (release_9.4.4 @ /Users/iostapyshyn/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]
Date: Tue, 22 Jun 2021 12:04:28 +0200 [thread overview]
Message-ID: <87bl7ygqqb.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <m2y2b4akvq.fsf@gmail.com> (Illia Ostapyshyn's message of "Sun, 20 Jun 2021 12:30:33 +0200")
Hello,
Illia Ostapyshyn <ilya.ostapyshyn@gmail.com> writes:
> When exporting asynchronously with an essentially empty org-export-async-init-file, the
> process fails with this backtrace:
>
> Debugger entered--Lisp error: (invalid-read-syntax "#" 1 0)
> read(#<buffer *load*>)
> load-with-code-conversion("/var/folders/1q/6syg63894h5bqlwp2jdh8r440000gn/T/o..." "/var/folders/1q/6syg63894h5bqlwp2jdh8r440000gn/T/o..." nil t)
> command-line-1(("-l" "/Users/iostapyshyn/.emacs.d/org-export.el" "-l" "/var/folders/1q/6syg63894h5bqlwp2jdh8r440000gn/T/o..."))
> command-line()
> normal-top-level()
Thanks. There was another report about this a while ago.
> - (lambda (file) (org-latex-compile file)))))
> + '(lambda (file) (org-latex-compile file)))))
What happens if you replace
(lambda ...)
with
#'org-latex-compile
Regards,
--
Nicolas Goaziou
prev parent reply other threads:[~2021-06-22 10:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-20 10:30 Bug: Org async export fails with invalid read syntax “#” [9.4.4 (release_9.4.4 @ /Users/iostapyshyn/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)] Illia Ostapyshyn
2021-06-22 10:04 ` Nicolas Goaziou [this message]
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=87bl7ygqqb.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=ilya.ostapyshyn@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).