diff options
Diffstat (limited to 'ennum-html.el')
-rw-r--r-- | ennum-html.el | 2 |
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) |