Re: [PATCH] Do not throw error when parameter of :tangle is not a string

2021-07-08 Thread Jacopo De Simoi
Hi Sébastien, ‐‐‐ Original Message ‐‐‐ On Thursday, July 8th, 2021 at 4:44 AM, Sébastien Miquel wrote: > Hi, > > Jacopo De Simoi writes: > > > in the current master branch, if the parameter :tangle of a src block is not > > > > a string, tangling fails by throwing an error when

Re: [PATCH] Do not throw error when parameter of :tangle is not a string

2021-07-08 Thread Sébastien Miquel
Hi, Jacopo De Simoi writes: in the current master branch, if the parameter :tangle of a src block is not a string, tangling fails by throwing an error when calling `file-name- directory' This patch checks if the parameter is a string before calling `file-name-directory'. This makes

[PATCH} Do not throw error when parameter of :tangle is not a string

2021-07-01 Thread Jacopo De Simoi
Dear All, in the current master branch, if the parameter :tangle of a src block is not a string, tangling fails by throwing an error when calling `file-name- directory' This patch checks if the parameter is a string before calling `file-name-directory'. This makes construct such as :tangle