From 90f5c0d1a44be1f940e97635309a854b08d7d9ba Mon Sep 17 00:00:00 2001 From: Skip Collins Date: Fri, 7 Apr 2017 11:41:47 -0400 Subject: [PATCH] Ensure test files are opened in Emacs in test-org/fuzzy-links --- testing/lisp/test-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el index 7823b6833..79d768f85 100644 --- a/testing/lisp/test-org.el +++ b/testing/lisp/test-org.el @@ -2227,7 +2227,7 @@ Foo Bar (insert (format "[[file:%s::line1 line2]]" file)) (beginning-of-line) (let ((org-link-search-must-match-exact-headline nil)) - (org-open-at-point)) + (org-open-at-point 0)) (looking-at-p "line1")))) (should (org-test-with-temp-text-in-file "Paragraph\n\nline1\n\nline2\n\n" @@ -2236,7 +2236,7 @@ Foo Bar (insert (format "[[file:%s::line1 line2]]" file)) (beginning-of-line) (let ((org-link-search-must-match-exact-headline nil)) - (org-open-at-point)) + (org-open-at-point 0)) (looking-at-p "line1"))))) ;;;; Link Escaping -- 2.11.4.GIT