branch: externals/org-transclusion commit 9f9737af71007a2c1963a3a2bfa1bafbc400747a Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
chore: remove superfluous white spaces --- org-transclusion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion.el b/org-transclusion.el index 61dbbac0c3..bb46b2bf4d 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -1160,7 +1160,7 @@ property controls the filter applied to the transclusion." (setq obj (org-element-map obj org-element-all-elements #'org-transclusion-content-filter-org-only-contents nil nil '(section) nil))) - + ;; Expand file names in all the links (when expand-links (org-element-map obj 'link #'org-transclusion-content-filter-expand-links))