diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-24 19:59:26 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-24 20:01:42 -0500 |
commit | 9f0209543318c331c5a4051750ea817370d234f6 (patch) | |
tree | aacc6eafc5442388bc11a4565666bcfcf8230da6 /NEWS | |
parent | d6019ec351d123b4b4f499d18068b72a187fafe6 (diff) | |
download | org-link-edit-9f0209543318c331c5a4051750ea817370d234f6.tar.gz |
transport: Let caller overwrite previous description
The existing description may not be of interest to the caller,
especially if it was automatically generated by org-store-link.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Org Link Edit NEWS -- history of user-visible changes -*- mode: org; -*- +* Unreleased + +** New features + +- If the target link already has a description, + ~org-link-edit-transport-next-link~ now asks whether to overwrite + the description rather than just aborting. + * v1.1.0 ** New features |