Skip to content

Commit 2d44c56

Browse files
committed
bump to v1.2.0
1 parent 696a1b7 commit 2d44c56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/org-transclusion-manual.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ You can customize settings in the =org-transclusion= group.
504504
The functions are called with arguments beg and end, pointing to the
505505
beginning and end of the transcluded content.
506506

507-
The hook also can be used to activate =org-latex-preview= for transclusions:
507+
The hook can be also used to activate =org-latex-preview= for transclusions:
508508

509509
#+begin_src elisp
510510
(add-hook 'org-transclusion-after-add-functions

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: 07 January 2022
20+
;; Last modified: 11 January 2022
2121

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

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

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

0 commit comments

Comments
 (0)