Re: [PATCH] Do not ignore org-odt-styles-file

2020-05-04 Thread Kyle Meyer
Kyle Meyer writes: > Could you update your patch to follow the conventions outlined at > ? In particular, add (1) > a change-log entry to the commit message and (2) a TINYCHANGE cookie. > Also, it's typical for commit subjects in this project to start

Re: [PATCH] Do not ignore org-odt-styles-file

2020-03-05 Thread Kyle Meyer
Thanks for the patch. Eric Timmons writes: > :odt-styles-file was duplicated in ox-odt's org-export-define-backend > form. This lead to the org-odt-styles-file custom being completely ignored. That change looks good, and, while I'm not an ox-odt user, light testing on my end confirms the issue

[PATCH] Do not ignore org-odt-styles-file

2020-03-04 Thread Eric Timmons
:odt-styles-file was duplicated in ox-odt's org-export-define-backend form. This lead to the org-odt-styles-file custom being completely ignored. --- lisp/ox-odt.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 2723c60c9..d353a3a2e 1006