summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-11 23:52:17 +0100
committerBastien <bzg@gnu.org>2020-02-11 23:52:17 +0100
commit8f59e01aa89fd416eabca5b5ce3c39e3dc2beeb6 (patch)
treeb47721a8db5a23b896ff26455dc2ea5804f6a64f
parentfe46c02afa22be2f76a44b75badd86ae29c478fd (diff)
downloadorg-mode-8f59e01aa89fd416eabca5b5ce3c39e3dc2beeb6.tar.gz
Fix code typo in commit 0c72a1c4
-rw-r--r--lisp/ox-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 3d1a64e..cda2ed3 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -2983,7 +2983,7 @@ DESC is the description part of the link, or the empty string.
INFO is a plist holding contextual information. See
`org-export-data'."
(let* ((html-ext (plist-get info :html-extension))
- (dot (when (> (length html-extension) 0) "."))
+ (dot (when (> (length html-ext) 0) "."))
(link-org-files-as-html-maybe
(lambda (raw-path info)
;; Treat links to `file.org' as links to `file.html', if