emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org 036cc05a6d 2/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 036cc05a6d 2/2: Merge branch 'bugfix'
Date: Wed, 21 Dec 2022 07:57:56 -0500 (EST)

branch: externals/org
commit 036cc05a6d450ef830ced74dc80162dd5131fcc8
Merge: 71b04d9638 a8c9f11757
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/ob-tangle.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index bd17bda32b..fd6b6f3b94 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -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



reply via email to

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