Re: [Patch] Do not ignore headers argument in ob-latex

2020-05-10 Thread Nicolas Goaziou
Hello, Yuri Lensky writes: > I have updated the attached patch to use `mapconcat' as requested. > `org-format-latex-header' is already declared earlier in ob-latex.el. I fixed the commit message and applied the patch. Thank you. > I am not sure what kind of test you have in mind, since this fe

Re: [Patch] Do not ignore headers argument in ob-latex

2020-05-09 Thread Yuri Lensky
Hi, I have updated the attached patch to use `mapconcat' as requested. `org-format-latex-header' is already declared earlier in ob-latex.el. I am not sure what kind of test you have in mind, since this feature isn't completely internal to org-mode. For example, the preview compiles but the produc

Re: [Patch] Do not ignore headers argument in ob-latex

2020-05-07 Thread Nicolas Goaziou
Hello, Yuri Lensky writes: > Subject: [PATCH] lisp/ob-latex.el: Stop ignoring headers argument Thank you. > During default "png" export, the "headers" argument is no longer > explicitly ignored. According to the TODO in that function, this is not the first time it happens. Would you mind writ