aboutsummaryrefslogtreecommitdiff
path: root/ennum-html.el
diff options
context:
space:
mode:
authorArun Isaac2020-07-31 01:45:18 +0530
committerArun Isaac2020-07-31 01:45:18 +0530
commitdec62cff5d4bc05589361a53d5939ff2f032f231 (patch)
tree638f5ed61a52cd195dc263d538e235115f44dcda /ennum-html.el
parent9b53537b89d83fd7ade6a8707bb932d46564519a (diff)
downloadennum-dec62cff5d4bc05589361a53d5939ff2f032f231.tar.gz
ennum-dec62cff5d4bc05589361a53d5939ff2f032f231.tar.lz
ennum-dec62cff5d4bc05589361a53d5939ff2f032f231.zip
Prefix :translations in info with ennum-.
* ennum.el (ennum-publish-post): Prefix :translations in info communication channel with ennum-. * ennum-html.el (ennum-html-inner-template): Use :ennum-translations instead of :translations.
Diffstat (limited to 'ennum-html.el')
-rw-r--r--ennum-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennum-html.el b/ennum-html.el
index 1475927..10a6e65 100644
--- a/ennum-html.el
+++ b/ennum-html.el
@@ -230,7 +230,7 @@
:datetime ,(org-export-get-date info "%Y-%m-%d 12:00:00")
,(org-export-get-date info "%B %d, %Y"))))))))
;; Interlanguage language links
- (when-let (translations (plist-get info :translations))
+ (when-let (translations (plist-get info :ennum-translations))
(format "<p>In other languages: %s</p>"
(mapconcat
(lambda (translation)