Re: [PATCH] Fixed lstset where language= wipes out previous definitions

2021-09-26 Thread Bastien
Hi Karl, can you expand a bit more on why this patch would be useful? Perhaps by providing a reproducible use-case where the problem appears? Thanks, -- Bastien

Re: [PATCH] Fixed lstset where language= wipes out previous definitions

2021-09-19 Thread Timothy
Hi Karl, Thanks for sending in this patch, and sorry it’s taken so long for someone to get back to you. Would you mind explaining the issue here a bit more? I can’t see at a glance how preceding definitions are wiped in the current code. Karl Stump writes: > * ox-latex.el

[PATCH] Fixed lstset where language= wipes out previous definitions

2021-05-28 Thread Karl Stump
* ox-latex.el (org-latex-src-block): moved (("language" ,lst-lang)) to the head of the list. This fixes wiping out preceding definitions given in `org-latex-listings-options'. TINYCHANGE --- lisp/ox-latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git