Skip to content

Commit 5cb9454

Browse files
committed
bump up version to 1.3.0
1 parent 1515c7a commit 5cb9454

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Current
1+
* Version 1.3.0
22

33
- Feature ::
44

docs/org-transclusion-manual.org

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#+title: Org-transclusion User Manual
22
#+author: Noboru Ota <[email protected]>
3-
#+macro: version 1.2.x
4-
#+macro: modified 28 May 2022
3+
#+macro: version 1.3.x
4+
#+macro: modified 12 June 2022
55

66
#+language: en
77
#+export_file_name: org-transclusion.texi
@@ -277,21 +277,21 @@ You can combine =:only-contents= and =:exclude-elements= to control how you tran
277277

278278
You can use the property in the following way.
279279

280-
#+begin_src org
280+
#+begin_example
281281
#+transclude: [[file:path/to/file.org]] :expand-links
282-
#+end_src
282+
#+end_example
283283

284284
As an exanmple if you have the content of this source file like this:
285285

286-
#+begin_src org
286+
#+begin_example
287287
This is a sample file link to [[file:test2.org]].
288-
#+end_src
288+
#+end_example
289289

290290
For this source file, you will get the following transclusion with the link expanded [fn:1]
291291

292-
#+begin_src org
292+
#+begin_example
293293
This is a sample file link to [[file:/home/user/org/test2.org]].
294-
#+end_src
294+
#+end_example
295295

296296
[fn:1] "Expanding" in Emacs means converting a relative file name to an absolute one. Info node `(elisp) File-Name-Expansion'
297297

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: 27 May 2022
20+
;; Last modified: 12 June 2022
2121

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

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

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

test/test-2.0.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ t/nil will be dropped after remove-at-point
111111
#+transclude: [[file:bertrand-russell.org::*Bertrand Russell - Wikipedia]] :level 2 :disable-auto :only-contents
112112

113113
* Exclude elements
114-
#+transclude: [[id:20210501T171427.051019][Bertrand Russell]] :only-contents :exclude-elements "keyword drawer headline"
114+
#+transclude: [[id:2022-05-30T203553]] :only-contents :exclude-elements "keyword drawer headline"
115115

116116
#+transclude: [[file:./test-no-first-section.org]] :exclude-elements "drawer keyword property-drawer"
117117

0 commit comments

Comments
 (0)