Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-20 Thread Nicolas Goaziou
Hello, timor writes: >> If that's the case, we could indeed remove the duplicate '(123 . 125). > Very nice. Done, in master branch. There are actually no tests for org-bibtex.el. Anyone using this library (or not!) is more than welcome to write some, BTW. Regards, -- Nicolas Goaziou

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-20 Thread timor
2016-04-20 9:45 GMT+02:00 Eric S Fraga : > So it's not just the title that needs to be > treated carefully but other entries (author, editor, booktitle). You are correct. The piece of code in question is actually called for all fields, not only title. I was using the title as an example. So if

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-20 Thread Eric S Fraga
On Tuesday, 19 Apr 2016 at 20:43, timor wrote: > Yes. Looking at the BibTeX Files I am dealing with, the use of inner > braces is usually justified (except for the example I gave, but it is > not org-mode's job to correct poor BibTeX, I think). Therefore they > should be kept intact when reading t

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-19 Thread timor
Hello Nicolas, 2016-04-19 21:28 GMT+02:00 Nicolas Goaziou : > So, do you think that returning {Unnecessary Braces in Title.} instead > of the above would be fine? Yes. Looking at the BibTeX Files I am dealing with, the use of inner braces is usually justified (except for the example I gave, but i

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-19 Thread Nicolas Goaziou
Hello, timor writes: > When using org-bibtex-read-buffer, I noticed that the following title > field in a bibtex entry: > > ... > {{MASTER}: {A} {Multicore} {Cache} {Energy}-{Saving} > {Technique} {Using} {Dynamic} {Cache} > {Reconfiguration}} > ... > > is rea

[O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-19 Thread timor
When using org-bibtex-read-buffer, I noticed that the following title field in a bibtex entry: ... {{MASTER}: {A} {Multicore} {Cache} {Energy}-{Saving} {Technique} {Using} {Dynamic} {Cache} {Reconfiguration}} ... is read in as "MASTER}: {A} {Multicore} {Cache}