elpasync pushed a change to branch externals/org-transclusion.

      from  1e33977583 test: Fix noweb unit test file
       new  513247eb87 chg: Make hooks to set up extensions removable #261
       new  55735844b1 style: No need cl-macs (no cl-loop used in the end)
       new  7bc1a4fb40 fix: org-transclusion-*-extension-functions
       new  92b8eb8bf7 refactor: Move org-transclusion-add-payload
       new  c514b35e09 chg: Add support Org-id with search option 
`[[id:<id>::heading title]]`
       new  823982357f chg(org-id): Generalize org-id-open by using 
org-link-open instead
       new  c910289f97 fix(add): org-id with search option (::*heading) #237
       new  4860724acc feat: "auto" level property #195 #254
       new  53c7ab301d feat: WIP no-first-heading #254
       new  0eb2b01d1c feat: add org-transient
       new  2c5d3ff3e3 add(transient): options from src-lines extension
       new  ccd28b2b47 feat(transient): insert-from-link
       new  9d7cb98ace wip(transient): add Setting to control visibility
       new  82a3892d96 chg: fn signature change,  
org-transclusion-content-format-functions
       new  6cdb148377 chg(WIP): Remove org-transclusion-add-payload
       new  8272fe2227 chg: Refactor & fix auto level and remove first heading
       new  e508ea4418 refactor: Remove old functions that were commented out
       new  9213406fd9 chg(transient): Menu outputs user-error if used in 
non-Org buffer
       new  4764739562 fix: ID links with search option (9.7+)
       new  44b6372045 fix id:<id>::<target> linking in the target same buffer 
#273
       new  c086f248f7 Merge remote-tracking branch 'origin/feat/transient'
       new  99b310b610 docs: Updated modified date and version
       new  3c0d0682e6 fix(wip) 
org-transclusion-content-add-text-props-and-overlay
       new  f9922aba85 fix: Put back previous feature to allow for asynchronous 
transclusion
       new  0df1829fdc refac: Remove unused let-vars - compiliation warning
       new  afce3ada5b docs: Updated copyright years
       new  f82131b26c test: Fix noweb unit test file
       new  c829dd9503 fix(font-lock): font-lock-add-keywords to be comp with 
org-modern
       new  f7146e7429 refac: org-transclusion-font-lock can be activated 
independently
       new  c872fe5f07 fix: indenting can lead to duplicating transclusion when 
remove
       new  009a44235a feat: transient-menu and org-transclusion-insert
       new  86993b8441 chg(transient): Adding more properties (:noweb-chunk, 
etc.)
       new  525cd24aec fix(src): Use the new org-transclusion-add-target-marker
       new  76774e46c7 refac(src): search-option ::number and ::/regexp/ are 
limitations
       new  abc83df1b0 refact: Rename add-target-marker add-source-marker
       new  09a1afd30e refac: remove org-transclusion-fix-common-misspelling
       new  7ab32c577e refac: remove org-transclusion-fix-common-misspelling
       new  48fb38554b fix: errornously indent following part when remove
       new  7ecc169c61 fix(lines): Wrong indentation when org ID combined with 
:lines
       new  6e5e6eb589 fix: incorrect indent when no-first-heading and 
only-contents
       new  0f8e3ec372 test: Updated test2.0.org file
       new  def9b98e99 test: updte files
       new  206aadb5ff fix(fringe): removing fringe does not work #283
       new  90e32373b5 test: file update
       new  4f47a15c50 fix(fringe): removing fringe does not work #283
       new  47ff2656eb feat(insert): org-transclusion-insert-link-functions as 
a user option
       new  59fe5cc094 fix: removing transclusions should not alter 
buffer-modified-p flag
       new  3421422d69 chg: add org-transclusion-transient as a default 
extension
       new  b33eca28cb docs: NEWS for 2.0.0-rc and minor docstring changes
       new  5e740e46de admin: copyright year to 2026
       new  7c207412d2 Merge branch 'feat/transient'
       new  6823d7d551 fix(font-lock): font-lock does not work when org-modern 
is off
       new  4164714ce4 test: update test file
       new  38ed1d18bc docs: NEWS, README and Manual
       new  d68c9b5af4 fix: comp error: org-transclusion-add-payload
       new  1eea651194 fix(font-lock): Font-lock with/without org-modern
       new  2b3003c245 fix: compilation errors
       new  bc71487b54 docs: README-elpa
       new  52ee13a680 test: Update test file
       new  2b452d35be docs: Makefile
       new  71fa9013d5 fix: enforce point-min when :lines transclusion has no 
search string
       new  4355bfff45 fix: #286: follow up 71fa901 (#287)
       new  d45804a61f docs: fix tab in Makefile with .local-dir file


Summary of changes:
 .dir-locals.el                   |   4 +-
 Makefile                         |  11 +
 NEWS                             | 106 +++--
 README-elpa                      |  58 ++-
 README.org                       |  33 +-
 docs/Makefile                    |   2 +-
 docs/org-transclusion-manual.org | 204 ++++++++--
 org-transclusion-font-lock.el    |  51 ++-
 org-transclusion-html.el         |  23 +-
 org-transclusion-indent-mode.el  |  35 +-
 org-transclusion-src-lines.el    | 145 +++----
 org-transclusion-transient.el    | 335 ++++++++++++++++
 org-transclusion.el              | 811 ++++++++++++++++++++++++---------------
 test/273/test273.org             |  23 ++
 test/bertrand-russell.org        | 168 ++++----
 test/test-2.0.org                | 134 ++++++-
 test/things-at-point.org         |   9 +-
 text-clone.el                    |   4 +-
 18 files changed, 1567 insertions(+), 589 deletions(-)
 create mode 100644 org-transclusion-transient.el
 create mode 100644 test/273/test273.org

Reply via email to