emacs-orgmode
[Top][All Lists]
Advanced

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

Re: babel link bug


From: Nicolas Goaziou
Subject: Re: babel link bug
Date: Sat, 08 Feb 2020 09:17:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Matt Huszagh <address@hidden> writes:

> -           (let ((file (and (member "file" result-params)
> -                            (cdr (assq :file params)))))
> +           (let ((file (cdr (assq :file params))))

This patch is wrong, with it, :file parameter alone would imply file
result, which is not sufficient. See commit
26ed66b23335eb389f1f2859e409f46f66279e15

"link" format is only meant to be used with "file" output.

Regards,

-- 
Nicolas Goaziou



reply via email to

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