emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [kisara.moe] Bug: async latex export fails due to post-process lambd


From: Nicolas Goaziou
Subject: Re: [kisara.moe] Bug: async latex export fails due to post-process lambda [9.4.4 (release_9.4.4-188-ga8df76 @ /home/mohkale/.config/emacs/lisp/straight/build/org/)]
Date: Sat, 29 May 2021 22:41:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

mohsin kaleem <mohkale@kisara.moe> writes:

> I've been trying to get async-export setup for the past day and I've
> found it keeps failing due to an unexpected # in the compilation script
> generated by org-export.
>
> After doing a little debugging I found the script contained
> ~(funcall '#<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_77> 
> "foo.tex")~
> so at some point in the export org-mode is including an evaluated lambda
> when a quoted one is required.

Your bug sounds plausible, but I cannot reproduce it.

> -      (lambda (file) (org-latex-compile file)))))
> +      `(lambda (file) (org-latex-compile file)))))

Anyhow, would #'org-latex-compile fix the issue, too?

Regards,
-- 
Nicolas Goaziou



reply via email to

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