From 2d44c56fb666da2dbb6c988389a21bee5bdd406c Mon Sep 17 00:00:00 2001 From: Noboru Ota Date: Tue, 11 Jan 2022 17:59:15 +0100 Subject: [PATCH] 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 8bacf6c..da8ff6a 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 031b340..cd2c8a7 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -17,12 +17,12 @@ ;; Author: Noboru Ota ;; 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.