Skip to content

Commit

Permalink
bump up version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobiot committed Jun 12, 2022
1 parent 1515c7a commit 5cb9454
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Current
* Version 1.3.0

- Feature ::

Expand Down
16 changes: 8 additions & 8 deletions docs/org-transclusion-manual.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#+title: Org-transclusion User Manual
#+author: Noboru Ota <me@nobiot.com>
#+macro: version 1.2.x
#+macro: modified 28 May 2022
#+macro: version 1.3.x
#+macro: modified 12 June 2022

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

You can use the property in the following way.

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

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

#+begin_src org
#+begin_example
This is a sample file link to [[file:test2.org]].
#+end_src
#+end_example

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

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

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

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

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

;; Version: 1.2.0
;; Version: 1.3.0
;; Package-Requires: ((emacs "27.1") (org "9.4"))

;; This file is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion test/test-2.0.org
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ t/nil will be dropped after remove-at-point
#+transclude: [[file:bertrand-russell.org::*Bertrand Russell - Wikipedia]] :level 2 :disable-auto :only-contents

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

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

Expand Down

0 comments on commit 5cb9454

Please # to comment.