fixup! org-babel-tangle-single-block: Do not rely on match-data from `org-back-to-heading'

This commit is contained in:
Ihor Radchenko 2023-06-24 15:32:40 +03:00
parent 79ec91584c
commit f56ca5009e
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
2 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@ non-nil, return the full association list to be used by
(buffer-substring
(max (condition-case nil
(save-excursion
(org-back-to-heading t) ; Sets match data
(org-back-to-heading t)
(re-search-forward org-outline-regexp))
(error (point-min)))
(save-excursion

View File

@ -100,7 +100,7 @@ echo 1
(delete-file "test-ob-tangle.sh"))))))
(ert-deftest ob-tangle/comment-org ()
"Test :commends org."
"Test :comments org."
(should
(string-match
(regexp-quote ";; Function heading")