branch: externals/org
commit 6b15897a56d79c7e5ef9d4ca08842dfa4597f04c
Author: TEC <g...@tecosaur.net>
Commit: TEC <g...@tecosaur.net>

    ox: Remove unused let binding
    
    * lisp/ox.el (org-export-parse-include-value): The current indentation
    is used for expansion in `org-export--blindly-expand-include' (and
    handled there).  It is not used during #+include keyword parsing.
---
 lisp/ox.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index bb8de689a0..ebf89bbc3d 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -3369,8 +3369,7 @@ plist-style keywords.
 Any remaining unmatched content is passed through
 `org-babel-parse-header-arguments' (without evaluation) and
 provided as the :unmatched parameter."
-  (let* ((ind (org-current-text-indentation))
-         location
+  (let* (location
          (coding-system
           (and (string-match ":coding +\\(\\S-+\\)>" value)
                (prog1 (intern (match-string 1 value))

Reply via email to