Re: [PATCH] Fix missing null check for tangle links during export

2022-12-21 Thread Ihor Radchenko
Tom Gillespie writes: > Hi, >Here is a patch that fixes broken tangling during export. I don't have a > simple reproduction, but was able to run git bisect to find the originating > commit. The commit text explains the issue in detail. Best, > Tom Thanks! Applied onto bugfix.

[PATCH] Fix missing null check for tangle links during export

2022-12-19 Thread Tom Gillespie
: Tom Gillespie Date: Mon, 19 Dec 2022 21:25:02 -0500 Subject: [PATCH] Fix missing null check for tangle links during export * lisp/ob-tangle.el (org-babel-tangle--unbracketed-link): Add the let bound variable l to the and statement to prevent l from being passed to `string-match' in the event