branch: externals/org-transclusion
commit 2d44c56fb666da2dbb6c988389a21bee5bdd406c
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>

    bump to v1.2.0
---
 docs/org-transclusion-manual.org | 2 +-
 org-transclusion.el              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/org-transclusion-manual.org b/docs/org-transclusion-manual.org
index 8bacf6c169..da8ff6a155 100644
--- a/docs/org-transclusion-manual.org
+++ b/docs/org-transclusion-manual.org
@@ -504,7 +504,7 @@ You can customize settings in the =org-transclusion= group.
   The functions are called with arguments beg and end, pointing to the
   beginning and end of the transcluded content.
 
-The hook also can be used to activate =org-latex-preview= for transclusions:
+The hook can be also used to activate =org-latex-preview= for transclusions:
 
 #+begin_src elisp
   (add-hook 'org-transclusion-after-add-functions
diff --git a/org-transclusion.el b/org-transclusion.el
index 031b34026f..cd2c8a7a26 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -17,12 +17,12 @@
 
 ;; Author:        Noboru Ota <[email protected]>
 ;; Created:       10 October 2020
-;; Last modified: 07 January 2022
+;; Last modified: 11 January 2022
 
 ;; URL: https://github.com/nobiot/org-transclusion
 ;; Keywords: org-mode, transclusion, writing
 
-;; Version: 1.1.1
+;; Version: 1.2.0
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 
 ;; This file is not part of GNU Emacs.

Reply via email to