branch: externals/org-transclusion commit 4a3dcdfef5d14201b61cdaaddb77847fc20a1a5a Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
fix:add-all message --- org-transclusion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion.el b/org-transclusion.el index c5ef94687d..89ea7ba3d3 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -495,7 +495,7 @@ the rest of the buffer unchanged." (with-demoted-errors "Not transcluded. Continue to next: %S" (when (org-transclusion-add) - (message (format "Transcluded at %d %d" (point) (org-current-line)))))))) + (message (format "Transcluded at point %d, line %d" (point) (org-current-line)))))))) (goto-char marker) (move-marker marker nil) ; point nowhere for GC t)))