branch: externals/org-transclusion commit c44071dfb566fa14d3981a5e85e69d7428676a6b Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
docs: fix id:1234567890 with zero-width space --- docs/org-transclusion-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/org-transclusion-manual.org b/docs/org-transclusion-manual.org index f3d3c4afb8..6df4077b8f 100644 --- a/docs/org-transclusion-manual.org +++ b/docs/org-transclusion-manual.org @@ -509,7 +509,7 @@ Example 4: #+transclude: [[./things-at-point-dir/story.txt::Once upon a time][story]] :thing-at-point sentence #+end_example -You can combine =:thing-at=point= with =:src= property so that the transcluded text is wrapped in Org's source block. Example 5 shows a way to do so. "id:123456789" is assumed to be present as comment in the source file. +You can combine =:thing-at=point= with =:src= property so that the transcluded text is wrapped in Org's source block. Example 5 shows a way to do so. id:1234567890 is assumed to be present as comment in the source file. Example 5: #+begin_example