diff options
author | Arun Isaac | 2020-07-31 01:45:18 +0530 |
---|---|---|
committer | Arun Isaac | 2020-07-31 01:45:18 +0530 |
commit | dec62cff5d4bc05589361a53d5939ff2f032f231 (patch) | |
tree | 638f5ed61a52cd195dc263d538e235115f44dcda /ennum.el | |
parent | 9b53537b89d83fd7ade6a8707bb932d46564519a (diff) | |
download | ennum-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.el')
-rw-r--r-- | ennum.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ last form in BODY." (ennum-with-file-contents (ennum-post-filename post) (org-export-to-file 'ennum-html output-file nil nil nil nil - (list :translations (seq-remove (apply-partially 'equal post) posts)))))) + (list :ennum-translations (seq-remove (apply-partially 'equal post) posts)))))) posts output-files)))) (ennum--filter-map |