You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(internal-link): internal-link src overlay gets dislocated by 1
This was because the transclusion forward-char by 1 and it's in the same
buffer, thus also moving the range of source by 1 point. Previously, the
point number was used; now changed the central 'org-transclusion-add'
function changed to make marker so that the marker moves by 1
automatically.
Regression tested OK for other text files and org files
0 commit comments