ox: Fix non-renamed variable (f to file)

* lisp/ox.el (org-export-expand-include-keyword): In 2fecd96200 "f"
was renamed to "file", but one usage was missed, which is corrected
here.
This commit is contained in:
TEC 2023-01-25 21:27:53 +08:00
parent f35fb8ac2a
commit 3e23682d37
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -3336,7 +3336,7 @@ not have `buffer-file-name' assigned."
;; inclusion lines too, as different parts of the same
;; file can be included too.
((member (list file (plist-get parameters :lines)) included)
(error "Recursive file inclusion: %s" f))
(error "Recursive file inclusion: %s" file))
(t
(org-export--blindly-expand-include
parameters