Re: [O] [PATCH] ox-bibtex.el: take key with spaces or non-alphabetic characters into account

2017-02-05 Thread Nicolas Goaziou
Hello, Sebastien Le Maguer writes: > * ox-bibtex.el (org-bibtex-process-bib-files) > solve a bug in which ox-bibtex was not considering enterily keys like > "Author et&bsp; al., 1999" as valid. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] [PATCH] ox-bibtex.el: take key with spaces or non-alphabetic characters into account

2017-02-04 Thread Sebastien Le Maguer
* ox-bibtex.el (org-bibtex-process-bib-files) solve a bug in which ox-bibtex was not considering enterily keys like "Author et&bsp; al., 1999" as valid. --- contrib/lisp/ox-bibtex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/o