Skip to content

Commit df0bda3

Browse files
committed
Bump to v1.1.0
With this, noweb expansion works now (limitation removed) Refer to NES for detail
1 parent ad766f5 commit df0bda3

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

NEWS

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
* Current
2-
3-
- fix:#105 org-element--cache issue for Org v9.6
4-
Remove use of silent-modificaiton & inhibit-modification-hook
5-
- fix:add-all not to stop with error in one trasclusion
6-
- fix:Remove extra space/line added to Org elements transcluded
7-
- add:inhibit-read-only: fix:Org export errors with read-only
8-
With this, noweb expansion seems to work now
9-
- README, Info doc user manual, online user manual
1+
* Version 1.1.0
2+
3+
- Change ::
4+
- add:inhibit-read-only: fix:Org export errors with read-only
5+
With this, noweb expansion works now (limitation removed)
6+
7+
- Fix ::
8+
- fix:#105 org-element--cache issue for Org v9.6
9+
Remove use of silent-modificaiton & inhibit-modification-hook
10+
- fix:add-all not to stop with error in one trasclusion
11+
- fix:Remove extra space/line added to Org elements transcluded
12+
13+
- Other ::
14+
- README, Info doc user manual, online user manual
1015

1116
* Version 1.0.1
1217

org-transclusion.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
;; Author: Noboru Ota <[email protected]>
1919
;; Created: 10 October 2020
20-
;; Last modified: 28 December 2021
20+
;; Last modified: 29 December 2021
2121

2222
;; URL: https://github.com/nobiot/org-transclusion
2323
;; Keywords: org-mode, transclusion, writing
2424

25-
;; Version: 1.0.1
25+
;; Version: 1.1.0
2626
;; Package-Requires: ((emacs "27.1") (org "9.4"))
2727

2828
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)