Hello,

timor <timor...@gmail.com> 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 read in as
>
> "MASTER}: {A} {Multicore} {Cache} {Energy}-{Saving}
>                   {Technique} {Using} {Dynamic} {Cache}
>                   {Reconfiguration"
>
> I believe this is due to the duplicate '(123 . 125) element in org-bibtex-read
> (org-bibtex.el:634), and was supposed to clean up fields that were
> formatted like this:
>
> {{Unnecessary Braces in Title.}}
>
> I do think, however, that the correct behavior would be to only strip
> the outer pair of braces.

So, do you think that returning {Unnecessary Braces in Title.} instead
of the above would be fine?

If that's the case, we could indeed remove the duplicate '(123 . 125).

Regards,

-- 
Nicolas Goaziou

Reply via email to