emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-transclusion cc578d8 2/6: docs: edit program header


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion cc578d8 2/6: docs: edit program header; prep for ELPA
Date: Sat, 4 Dec 2021 06:57:34 -0500 (EST)

branch: externals/org-transclusion
commit cc578d85b6ca30fefaacaf16f92c99ce43a3b932
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    docs: edit program header; prep for ELPA
---
 org-transclusion-font-lock.el   |  3 ++-
 org-transclusion-indent-mode.el |  4 +++-
 org-transclusion-src-lines.el   |  3 ++-
 org-transclusion.el             | 14 +++-----------
 text-clone.el                   | 12 ++++++------
 5 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/org-transclusion-font-lock.el b/org-transclusion-font-lock.el
index 3f82fb4..2e9d65d 100644
--- a/org-transclusion-font-lock.el
+++ b/org-transclusion-font-lock.el
@@ -16,7 +16,8 @@
 ;; with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Author: Noboru Ota <me@nobiot.com>
-;; Created: 2021
+;; Created: 22 August 2021
+;; Last modified: 4 December 2021
 
 ;;; Commentary:
 ;;  This file is part of Org-transclusion
diff --git a/org-transclusion-indent-mode.el b/org-transclusion-indent-mode.el
index 8481710..eebca7b 100644
--- a/org-transclusion-indent-mode.el
+++ b/org-transclusion-indent-mode.el
@@ -16,10 +16,12 @@
 ;; with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Author: Noboru Ota <me@nobiot.com>
-;; Created: 2021
+;; Created: 22 August 2021
+;; Last modified: 4 December 2021
 
 ;;; Commentary:
 ;;  This file is part of Org-transclusion
+;;  URL: https://github.com/nobiot/org-transclusion
 
 ;;; Code:
 
diff --git a/org-transclusion-src-lines.el b/org-transclusion-src-lines.el
index da4869f..f6a50c3 100644
--- a/org-transclusion-src-lines.el
+++ b/org-transclusion-src-lines.el
@@ -16,7 +16,8 @@
 ;; with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Author: Noboru Ota <me@nobiot.com>
-;; Created: 2021
+;; Created: 24 May 2021
+;; Last modified: 4 December 2021
 
 ;;; Commentary:
 ;;  This is an extension to `org-transclusion'.  When active, it adds features
diff --git a/org-transclusion.el b/org-transclusion.el
index 76805e4..1ba7e6b 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -16,12 +16,13 @@
 ;; with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Author: Noboru Ota <me@nobiot.com>
-;; Created: 2021
+;; Created: 10 Oct 2020
+;; Last modified: 4 December 2021
 
 ;; URL: https://github.com/nobiot/org-transclusion
 ;; Keywords: org-mode, transclusion, writing
 
-;; Version: 0.2.2
+;; Version: 1.0.0
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 
 ;; This file is not part of GNU Emacs.
@@ -32,15 +33,6 @@
 ;; Transclusion is the ability to include content from one file into
 ;; another by reference.
 
-;; It is still VERY experimental.  As it modifies your files (notes), use
-;; it with care.  The author and contributors cannot be held responsible
-;; for loss of important work.
-
-;; Org-transclusion is a buffer-local minor mode.  It is suggested to set a
-;; keybinding like this to make it easy to toggle it:
-;;     (define-key global-map (kbd "<f12>") #'org-transclusion-add)
-;;     (define-key global-map (kbd "C-c n t") #'org-transclusion-mode)
-
 ;;; Code:
 
 ;;;; Requirements
diff --git a/text-clone.el b/text-clone.el
index bd051f2..0bbaa5d 100644
--- a/text-clone.el
+++ b/text-clone.el
@@ -16,17 +16,17 @@
 ;; with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Author: Noboru Ota <me@nobiot.com>
-;; Created: 2021
+;; Created: 22 May 2021
+;; Last modified: 4 December 2021
 
-;; URL: https://github.com/nobiot/org-transclusion
-;; Keywords: text-clone, transclusion
+;; Keywords: text-clone, transclusion, org-transclusion
 
-;; Version: 0.0.1
+;; Version: 1.0.0
 ;; Package-Requires: ((emacs "27.1"))
 
-;; This file is not part of GNU Emacs.
-
 ;;; Commentary:
+;;  This file is part of Org-transclusion
+;;  URL: https://github.com/nobiot/org-transclusion
 
 ;;;; Credits
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]