Re: babel link bug

2020-02-08 Thread Nicolas Goaziou
Hello, Matt Huszagh 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 su

babel link bug

2020-02-07 Thread Matt Huszagh
The patch below fixes a bug with the behavior of link without file for babel source blocks. All explained in patch message, but let me know if any concerns. >From 25d363bbc3cd7122287364f25f9b5d653bcae232 Mon Sep 17 00:00:00 2001 From: Matt Huszagh Date: Fri, 7 Feb 2020 23:09:48 -0800 Subject: [PA