|
@@ -2186,7 +2186,7 @@ block but are passed literally to the \"example-block\"."
|
|
(when (org-babel-ref-goto-headline-id source-name)
|
|
(when (org-babel-ref-goto-headline-id source-name)
|
|
(org-babel-ref-headline-body)))
|
|
(org-babel-ref-headline-body)))
|
|
;; find the expansion of reference in this buffer
|
|
;; find the expansion of reference in this buffer
|
|
- (let ((rx (concat rx-prefix source-name))
|
|
|
|
|
|
+ (let ((rx (concat rx-prefix source-name "[ \t\n]"))
|
|
expansion)
|
|
expansion)
|
|
(save-excursion
|
|
(save-excursion
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|