branch: externals/org-transclusion commit 5b6107ec26aec8b07ac5cd909879d199f3e4993c Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
docs(NEWS): Change format. Not content changed --- NEWS | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/NEWS b/NEWS index 70a2fb3127..5270d0e499 100644 --- a/NEWS +++ b/NEWS @@ -1,39 +1,38 @@ * 1.3.2 - - Fix :: - - - fix: Delete superfluous trailing space on remove + - fix: Delete superfluous trailing space on remove - Before the fix, function 'org-transclusion-keyword-plist-to-string' - would add a superfluous trailing space when converting #+transclude - keyword's properties back to the string. This does not cause any harm - in normal circumstances. + Before the fix, function 'org-transclusion-keyword-plist-to-string' + would add a superfluous trailing space when converting #+transclude + keyword's properties back to the string. This does not cause any + harm in normal circumstances. - The issue would occur with a rare combination of the case where: + The issue would occur with a rare combination of the case where: - - You have a buffer with a large number of transclusions activated, - around 50 or more + + You have a buffer with a large number of transclusions activated, + around 50 or more - - You set a 'whitespace-cleanup' in 'before-save' hook + + You set a 'whitespace-cleanup' in 'before-save' hook - - You have 'auto-save-visited-mode' or similar that automatically saves - a buffer + + You have 'auto-save-visited-mode' or similar that automatically saves + a buffer - If you had combination, and then saved the buffer with the - transclusions, you might get an error mid-way of the save operation. You - would not lose any data in the buffer, but the buffer would not - re-activate all the transclusions that had been active before - buffer-save. + If you had combination, and then saved the buffer with the + transclusions, you might get an error mid-way of the save + operation. You would not lose any data in the buffer, but the buffer + would not re-activate all the transclusions that had been active + before buffer-save. - This was because of the superfluous trailing spaces and automatic - removal of them, which caused the mismatch of the point of each - transclusion that Org-transclusion remembered during the save operation. + This was because of the superfluous trailing spaces and automatic + removal of them, which caused the mismatch of the point of each + transclusion that Org-transclusion remembered during the save + operation. * Version 1.3.1 - - Fix :: + - build: fix #154 missing org-transclusion-pkg.el - - Nix requires -pkg.el. It was in ‘.elpaignore’. No functional change. + Nix requires -pkg.el. It was in ‘.elpaignore’. No functional change. * Version 1.3.0