branch: externals/org-transclusion commit c49dcbd440b6039122a791b97753e05e60bf1a6c Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
(intrnl) fix source comment --- org-transclusion-src-lines.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-transclusion-src-lines.el b/org-transclusion-src-lines.el index eeae4f716c..0670bbb257 100644 --- a/org-transclusion-src-lines.el +++ b/org-transclusion-src-lines.el @@ -129,9 +129,9 @@ it means from line 10 to the end of file." (end-pos (when end-search-op (save-excursion (ignore-errors - ;; FIXME `org-link-search' does not return - ;; postion when ::/regex/ and ;;number are - ;; used + ;; FIXME `org-link-search' does not + ;; return postion when either ::/regex/ + ;; or ::number is used (when (org-link-search end-search-op) (line-beginning-position)))))) (range (when lines (split-string lines "-")))