emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: Org async export fails with invalid read syntax “#” [9.4.4 (rel


From: Nicolas Goaziou
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]