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

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

[elpa] externals/org 6b15897a56 2/2: ox: Remove unused let binding


From: ELPA Syncer
Subject: [elpa] externals/org 6b15897a56 2/2: ox: Remove unused let binding
Date: Mon, 23 Jan 2023 10:57:57 -0500 (EST)

branch: externals/org
commit 6b15897a56d79c7e5ef9d4ca08842dfa4597f04c
Author: TEC <git@tecosaur.net>
Commit: TEC <git@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

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