From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan-W. Hahn" Subject: Problem with org-bibtex-read with fields type, key Date: Fri, 21 Feb 2014 17:17:02 +0100 Message-ID: <20140221161702.GS7560@pille.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGsms-0007RN-8k for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 11:17:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGsmk-0002r5-VS for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 11:17:18 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:55935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGsmk-0002qe-M3 for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 11:17:10 -0500 Content-Disposition: inline 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: emacs-orgmode@gnu.org Good evening, I have a little problem with org-bibtex function org-bibtex-read: My bibtex entries have the keyword "type" and "key". When reading such an entry with org-bibtex-read I get an alist with the entries ":type" and ":key" each twice. ,---- | (defun org-bibtex-read () | ... | (cons (let ((field (funcall keyword (car pair)))) | (case field | (:=type= :type) | (:=key= :key) | (otherwise field))) | (funcall clean-space (funcall strip-delim (cdr pair))))) | ... `---- Seems to be because of the conversation of "=type=" and "=key=". Am I the only person having problems with it? Is there some advice? With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.