From mboxrd@z Thu Jan 1 00:00:00 1970 From: timor Subject: Re: Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus) Date: Wed, 20 Apr 2016 11:16:06 +0200 Message-ID: References: <874maxcs9r.fsf@nicolasgoaziou.fr> <8bc728b4a52f486ba02cb5cec495a91f@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87oa94k9kv.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asoEx-0002n9-Vo for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 05:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asoEx-0003WV-2K for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 05:16:07 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:34421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asoEw-0003WM-Sf for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 05:16:07 -0400 Received: by mail-wm0-x241.google.com with SMTP id n3so11913788wmn.1 for ; Wed, 20 Apr 2016 02:16:06 -0700 (PDT) In-Reply-To: <87oa94k9kv.fsf@delle7240.chemeng.ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eric S Fraga , "mail@nicolasgoaziou.fr" , "emacs-orgmode@gnu.org" 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 this is changed, it will also preserve the inner braces for all the other fields.