elpasync pushed a change to branch externals/org-transclusion. from ed141838d0 fix: (unit-tests.el) require org-transclusion merge PR #183 new 6c0352f33a Feature: select end via n things at point. new 2cb719e80f Add support for handling identations when using :thing-at-point sexp new 35ea926477 Merge branch 'main' into feature--things-at-point new 134c8a645f Namespace bounds-of-n-things-at-point new 4881798b9d Nil Safety new 01a8367387 Move new-line guarentee to cover all content sources new 28737e1b5c Need newline guarentee also in content-src-lines new 8317ec94fa Fixup new 1146293107 Merge pull request #157 from devcarbon-com/feature--things-at-point new 27abeab88d test: test files things-at-point new 1b5f428e58 Move new-line guarentee to cover all content sources new 51cac54fed Need newline guarentee also in content-src-lines new ccc7870f07 Fixup new 83868e2cd9 Allow live sync on org-blocks -- experimental new 310bd28b10 Augment only needed for magical enter in thing-at-point branch. new 2bade767cb Adapt to magic enter. new b9d73ad7fd Typo. new 654c1a83f9 feat: suggestion for live-sync-buffers-src-lines new 9db0791c07 refactor: remove unused let variable new b6091cdcaa doc: update manual for the new feature for live-sync org src block new f0e8240695 doc: mention the live-sync to be in the next stable rel for ELPA new 1d6fb83578 fix: (unit-tests.el) require org-transclusion new 1695f306e6 refactor: reverted changes to org-transclusion.el new 2053106e73 style(org-transclusion.el): indentation new d66e4b1f7d test: remove spurflous bracket new b3e59a7b0a refactor(thing-at-point): contain within src-lines.el #157 new e4f96e114b Merge branch 'dev/feature--things-at-point' new 364cb5bf3f docs: NEWS and user manual to mention thing-at-point new c44071dfb5 docs: fix id:1234567890 with zero-width space
Summary of changes: NEWS | 4 ++ docs/org-transclusion-manual.org | 40 ++++++++++++++- org-transclusion-src-lines.el | 101 +++++++++++++++++++++++++++++-------- org-transclusion.el | 61 ++++++++++++---------- test/things-at-point-dir/baz.el | 10 ++++ test/things-at-point-dir/story.txt | 7 +++ test/things-at-point.org | 27 ++++++++++ 7 files changed, 200 insertions(+), 50 deletions(-) create mode 100644 test/things-at-point-dir/baz.el create mode 100644 test/things-at-point-dir/story.txt create mode 100644 test/things-at-point.org