diff options
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 |