0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 10:02:52 +00:00

Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2022-12-21 15:41:55 +03:00
commit 036cc05a6d
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -500,7 +500,8 @@ The PARAMS are the 3rd element of the info for the same src block."
(cl-letf (((symbol-function 'org-store-link-functions)
(lambda () nil)))
(org-store-link nil))))
(bare (and (string-match org-link-bracket-re l)
(bare (and l
(string-match org-link-bracket-re l)
(match-string 1 l))))
(when bare
(if (and org-babel-tangle-use-relative-file-links