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

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

[elpa] externals/org-transclusion eca6b039c2 1/2: docs: remove obsolete


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion eca6b039c2 1/2: docs: remove obsolete source comments
Date: Thu, 13 Jan 2022 11:57:41 -0500 (EST)

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

    docs: remove obsolete source comments
---
 org-transclusion.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/org-transclusion.el b/org-transclusion.el
index cd2c8a7a26..fd7069b9dd 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -17,7 +17,7 @@
 
 ;; Author:        Noboru Ota <me@nobiot.com>
 ;; Created:       10 October 2020
-;; Last modified: 11 January 2022
+;; Last modified: 13 January 2022
 
 ;; URL: https://github.com/nobiot/org-transclusion
 ;; Keywords: org-mode, transclusion, writing
@@ -1158,10 +1158,6 @@ etc.)."
           (setq obj (org-element-map obj org-element-all-elements
                       #'org-transclusion-content-filter-org-only-contents
                       nil nil '(section) nil)))
-        ;; For Org content, an extra +1 point seems to be added to the end of
-        ;; each element in the normalized content. This adds an extra empty
-        ;; line, which we would like to remove; hence content and src-end gets
-        ;; -1 here.
         (list :src-content (org-element-interpret-data obj)
               :src-buf (current-buffer)
               :src-beg (point-min)



reply via email to

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