emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: mohsin kaleem <mohkale@kisara.moe>
Cc: emacs-orgmode@gnu.org
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	[thread overview]
Message-ID: <87bl8tz318.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87y2c21d6p.fsf@kisara.moe> (mohsin kaleem's message of "Wed, 26 May 2021 02:44:30 +0100")

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	other threads:[~2021-05-29 20:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26  1:44 [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/)] mohsin kaleem
2021-05-29 20:41 ` Nicolas Goaziou [this message]
2021-05-30 16:43   ` [kisara.moe] Re: [kisara.moe] " Mohsin Kaleem
2021-05-30 17:18     ` Greg Minshall
2021-05-30 17:54       ` [kisara.moe] Re: [kisara.moe] " Mohsin Kaleem
2021-07-05  5:02         ` Mohsin Kaleem
2021-07-05  6:26           ` Nicolas Goaziou
2021-07-05 16:04             ` [kisara.moe] Re: [kisara.moe] " Mohsin Kaleem
2021-07-05 16:41               ` Nicolas Goaziou
2021-07-05 19:50                 ` [kisara.moe] Re: [kisara.moe] " Mohsin Kaleem
2021-07-05 19:56                   ` Mohsin Kaleem
2021-09-15 21:19                     ` Mohsin Kaleem
2021-09-20  6:03                       ` Sébastien Miquel
2021-09-20 11:11                         ` Mohsin Kaleem
2022-10-01  9:57                         ` Ihor Radchenko

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=87bl8tz318.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=mohkale@kisara.moe \
    /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).