branch: externals/org-transclusion commit d66e4b1f7d91aa04c3bd3a33dab5a5702c83bff2 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
test: remove spurflous bracket --- test/things-at-point.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/things-at-point.org b/test/things-at-point.org index 1b1a99e0b1..3fd9568b64 100644 --- a/test/things-at-point.org +++ b/test/things-at-point.org @@ -20,8 +20,8 @@ I expect these will be more common: #+transclude: [[./things-at-point-dir/story.txt::Once upon a time][story]] :thing-at-point sentence -#+transclude: [[./things-at-point-dir/baz.el::id:1234567890][[barz-baz-fuzz]] :src elisp :thing-at-point sexp +#+transclude: [[./things-at-point-dir/baz.el::id:1234567890][barz-baz-fuzz]] :src elisp -#+transclude: [[./things-at-point-dir/baz.el::foo][[barz-baz-fuzz]] :src elisp :thing-at-point defun +#+transclude: [[./things-at-point-dir/baz.el::foo][barz-baz-fuzz]] :src elisp :thing-at-point sexp -#+transclude: [[./things-at-point-dir/baz.el::id:1234567890][[barz-baz-fuzz]] :src elisp :thing-at-point defun +#+transclude: [[./things-at-point-dir/baz.el::id:1234567890][barz-baz-fuzz]] :src elisp :thing-at-point defun