diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-03-03 00:02:26 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-03-03 00:26:30 -0500 |
commit | 48ebfc757f713484b5427d0ca775fd1ae62f4775 (patch) | |
tree | 2cfd928085d61116c687ab727367edec688f95dc /NEWS | |
parent | f90ba3c0faed5dfd4f50ab2044a86858104ab00e (diff) | |
download | org-link-edit-48ebfc757f713484b5427d0ca775fd1ae62f4775.tar.gz |
barf: Fix edge cases where point is beyond link
When a point is on a blank space beyond the link but before the next
element, org-element-context considers point to be a part of the link.
This leads to incorrect behavior (shown in the added tests) when
either barfing backward or forward. Avoid these issues by moving
point to the beginning of the link before deleting the old link and
inserting a new one. As a bonus, this makes some of the later
goto-char calculations unnecessary.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions