branch: externals/org-transclusion
commit b9d73ad7fde1d6b38efb1357fc546089a4dd72f0
Author: Benjamin Cherry <b...@devcarbon.com>
Commit: Noboru Ota <m...@nobiot.com>

    Typo.
---
 org-transclusion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-transclusion.el b/org-transclusion.el
index c6e9eb0893..68ff7633a0 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -1667,7 +1667,7 @@ This function is for non-Org text files."
                                     (newline-offset (if 
overlay-has-extra-newline 1 0)))
                                (text-clone-make-overlay (region-beginning)
                                                         (- (region-end) 
newline-offset)))))
-                       (text-clone-make-overlay tc-ov-end-mkr
+                       (text-clone-make-overlay tc-ov-beg-mkr
                                                 tc-ov-end-mkr))))
     (cons src-ov tc-ov)))
 

Reply via email to