From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan-W. Hahn" Subject: Re: [RFC] Problem with org-bibtex-read with fields type, key Date: Sun, 23 Mar 2014 11:16:06 +0100 Message-ID: <1395569771-32421-1-git-send-email-stefan.hahn@s-hahn.de> References: <20140221161702.GS7560@pille.home> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRfSJ-0008K2-9M for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRfSB-0008QZ-Uy for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:16:39 -0400 In-Reply-To: <20140221161702.GS7560@pille.home> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Good morning, this patch series tries to dig with the problem of the double used property names ":key" and ":type" in org-bibtex. This is just a proposal, because it changes also the API of `org-bibtex-store-link' and therefore needs a confirmation. [PATCH 1/5] org-bibtex.el (org-bibtex-read): Split in two functions [PATCH 2/5] org-bibtex.el: Use `org-bibtex-read-internal' in Patch 1 and 2 are somehow unproblematic but resolve a problem not mentioned before. [PATCH 3/5] org-bibtex.el: Replace double used fieldnames ":key" and Patch 3 tries to resolve the original problem. [PATCH 4/5] org-bibtex.el: Change property names in Patch 4 goes a little bit further an renames two porperties in `org-bibtex-store-link'. This is an API change which tries to make the content behind the properties clearer. [PATCH 5/5] org-bibtex.el: Clarifying description of Patch 5 is just a documentation clarification. Looking forward of some comments. With kind regards, Stefan