From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: BUG org-bibtex error for importing bibtex conference entries Date: Thu, 24 Nov 2011 17:50:09 +0900 Message-ID: <4ECE0541.6070005@gmail.com> References: <19104.1322122150@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTV0d-0004Ll-7D for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 03:50:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTV0X-0001v0-NE for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 03:50:19 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:60059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTV0X-0001uu-Ie for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 03:50:13 -0500 Received: by ggnq1 with SMTP id q1so2842538ggn.0 for ; Thu, 24 Nov 2011 00:50:12 -0800 (PST) In-Reply-To: <19104.1322122150@alphaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Org Mode Mailing List On 11/24/2011 05:09 PM, Nick Dokos wrote: > Torsten Wagner wrote: > >> Hi, >> I was going to convert my bibtex file into an org-mode file. >> I receive an error message for conference entries. >> E.g. >> I can read in by org-bibtex-read >> >> @CONFERENCE{foo11, >> author = {foo, A. and faa, B}, >> title = {This is the title}, >> booktitle = {Proceeding of the 5th Org-mode conference}, >> year = {2011}, >> month = Jul, >> day = {4--5}, >> conference_name = {org-mode V}, >> keywords = {published}, >> location = {Somewhere, org-land}, >> presentation = {Oral} >> } >> > > I think the problem is in the reading: after org-bibtex-read, > *org-bibtex-entries* is still nil. I presume that's why > org-bibtex-write fails. > Yes it seems to be a problem within the bibtex-mode of emacs. I will try to send this upstream. However, I just learned that there is no difference between CONFERENCE and INPROCEEDINGS. A search and replace in my BibTeX file should solve the problem for now. Thanks for looking into it Torsten