Re: [O] [PATCH] Org-bibtex: checking string length in org-bibtex-read before using aref

2014-02-24 Thread Nicolas Goaziou
Hello, "Stefan-W. Hahn" writes: > I have a problem with org-bibtex function org-bibtex-read if I have an > empty field in a bibitem like this: > > @article(test, >description = "") > > In this case the "aref" gives an exception. I would like to suggest > the attached following fix. Applied

[O] [PATCH] Org-bibtex: checking string length in org-bibtex-read before using aref

2014-02-21 Thread Stefan-W. Hahn
Good afternoon, I have a problem with org-bibtex function org-bibtex-read if I have an empty field in a bibitem like this: @article(test, description = "") In this case the "aref" gives an exception. I would like to suggest the attached following fix. With kind regards, Stefan -- Stefan-W.