summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-06-23 15:51:06 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-06-23 15:51:06 +0200
commitb76ed658f1d99e5f5781324d2115d35ed879fef1 (patch)
tree7aa84535007b14a44d2b8ad52d126725f08fcda7
parent83f5c6dcd84942e0041c1a4134e68b6523b37875 (diff)
downloadorg-mode-b76ed658f1d99e5f5781324d2115d35ed879fef1.tar.gz
ox-html: Remove useless translator
* lisp/ox-html.el (html): Remove `footnote-definition' translator since 1) it does not exist and 2) footnote definitions are translated as part of of the inner template.
-rw-r--r--lisp/ox-html.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 32996c2..55d0175 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -62,7 +62,6 @@
(export-block . org-html-export-block)
(export-snippet . org-html-export-snippet)
(fixed-width . org-html-fixed-width)
- (footnote-definition . org-html-footnote-definition)
(footnote-reference . org-html-footnote-reference)
(headline . org-html-headline)
(horizontal-rule . org-html-horizontal-rule)