branch: externals/org-transclusion commit 310bd28b10c000d76b263c93397344cc1c67a0f2 Author: Benjamin Cherry <b...@devcarbon.com> Commit: Noboru Ota <m...@nobiot.com>
Augment only needed for magical enter in thing-at-point branch. --- org-transclusion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion.el b/org-transclusion.el index 008e34df8f..dea5db9da1 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -1662,7 +1662,7 @@ This function is for non-Org text files." (save-mark-and-excursion (org-babel-mark-block) (text-clone-make-overlay (region-beginning) - (1- (region-end))))) + (region-end)))) (text-clone-make-overlay tc-ov-end-mkr tc-ov-end-mkr)))) (cons src-ov tc-ov)))