Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
With this, noweb expansion works now (limitation removed)
Refer to NES for detail
  • Loading branch information
nobiot committed Dec 29, 2021
1 parent ad766f5 commit df0bda3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
* Current

- fix:#105 org-element--cache issue for Org v9.6
Remove use of silent-modificaiton & inhibit-modification-hook
- fix:add-all not to stop with error in one trasclusion
- fix:Remove extra space/line added to Org elements transcluded
- add:inhibit-read-only: fix:Org export errors with read-only
With this, noweb expansion seems to work now
- README, Info doc user manual, online user manual
* Version 1.1.0

- Change ::
- add:inhibit-read-only: fix:Org export errors with read-only
With this, noweb expansion works now (limitation removed)

- Fix ::
- fix:#105 org-element--cache issue for Org v9.6
Remove use of silent-modificaiton & inhibit-modification-hook
- fix:add-all not to stop with error in one trasclusion
- fix:Remove extra space/line added to Org elements transcluded

- Other ::
- README, Info doc user manual, online user manual

* Version 1.0.1

Expand Down
4 changes: 2 additions & 2 deletions org-transclusion.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

;; Author: Noboru Ota <me@nobiot.com>
;; Created: 10 October 2020
;; Last modified: 28 December 2021
;; Last modified: 29 December 2021

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

;; Version: 1.0.1
;; Version: 1.1.0
;; Package-Requires: ((emacs "27.1") (org "9.4"))

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit df0bda3

Please # to comment.