branch: externals/org-transclusion commit 93a8e442836a52f80188f0520f955f62dade7b8a Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
admin: copyright year 2023 --- org-transclusion-font-lock.el | 6 +++--- org-transclusion-indent-mode.el | 4 ++-- org-transclusion-src-lines.el | 6 +++--- text-clone.el | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/org-transclusion-font-lock.el b/org-transclusion-font-lock.el index 2e9d65dc8a..713565c489 100644 --- a/org-transclusion-font-lock.el +++ b/org-transclusion-font-lock.el @@ -1,6 +1,6 @@ ;;; org-transclusion-font-lock.el --- font-lock for Org-transclusion -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This program is free software: you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the @@ -17,7 +17,7 @@ ;; Author: Noboru Ota <m...@nobiot.com> ;; Created: 22 August 2021 -;; Last modified: 4 December 2021 +;; Last modified: 08 February 2023 ;;; Commentary: ;; This file is part of Org-transclusion @@ -55,7 +55,7 @@ This function does the following: Argument LIMIT is to limit scope of `re-search-forward'; it's the same with `org-fontify-meta-lines-and-blocks'." (let ((case-fold-search t) - (regexp "\\(^[ ]*#\\+TRANSCLUDE:\\)\\(.*]]\\)?\\(.*$\\)") + (regexp "\\(^[ ]*#\\+TRANSCLUDE:\\)\\(.*]]\\)?\\(.*$\\)") (beg)(end)(keyword-end)(prop-beg)(prop-end)) (when (re-search-forward regexp limit t) (setq beg (match-beginning 0)) diff --git a/org-transclusion-indent-mode.el b/org-transclusion-indent-mode.el index d86565fce5..ef291b5709 100644 --- a/org-transclusion-indent-mode.el +++ b/org-transclusion-indent-mode.el @@ -1,6 +1,6 @@ ;;; org-transclusion-indent-mode.el --- support org-indent-mode -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This program is free software: you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the @@ -17,7 +17,7 @@ ;; Author: Noboru Ota <m...@nobiot.com> ;; Created: 22 August 2021 -;; Last modified: 07 January 2022 +;; Last modified: 08 February 2023 ;;; Commentary: ;; This file is part of Org-transclusion diff --git a/org-transclusion-src-lines.el b/org-transclusion-src-lines.el index b37b1c826c..71938cda82 100644 --- a/org-transclusion-src-lines.el +++ b/org-transclusion-src-lines.el @@ -1,6 +1,6 @@ ;;; org-transclusion-src-lines.el --- Extension -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This program is free software: you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the @@ -17,7 +17,7 @@ ;; Author: Noboru Ota <m...@nobiot.com> ;; Created: 24 May 2021 -;; Last modified: 05 September 2022 +;; Last modified: 08 February 2023 ;;; Commentary: ;; This is an extension to `org-transclusion'. When active, it adds features @@ -76,7 +76,7 @@ Return nil if PLIST does not contain \":src\" or \":lines\" properties." (plist-get plist :end) ;; Link contains a search-option ::<string> ;; and NOT for an Org file - (and (org-element-property :search-option link) + (and (org-element-property :search-option link) (not (org-transclusion-org-file-p (org-element-property :path link))))) (append '(:tc-type "lines") (org-transclusion-content-range-of-lines link plist))))) diff --git a/text-clone.el b/text-clone.el index 0bbaa5d92d..966a449219 100644 --- a/text-clone.el +++ b/text-clone.el @@ -1,6 +1,6 @@ ;;; text-clone.el --- clone and live-sync text -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; This program is free software: you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the @@ -17,7 +17,7 @@ ;; Author: Noboru Ota <m...@nobiot.com> ;; Created: 22 May 2021 -;; Last modified: 4 December 2021 +;; Last modified: 08 February 2023 ;; Keywords: text-clone, transclusion, org-transclusion