From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: Problems with org-bibtex Date: Thu, 21 Nov 2013 08:25:14 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjPZc-00071f-VR for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 03:25:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjPZb-0006yS-KQ for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 03:25:16 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:35027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjPZb-0006yF-DW for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 03:25:15 -0500 Received: by mail-wi0-f182.google.com with SMTP id en1so652945wid.15 for ; Thu, 21 Nov 2013 00:25:14 -0800 (PST) In-Reply-To: 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: Marvin Doyley Cc: "emacs-orgmode@gnu.org" Hi, I was just trying the same thing (prompted by the recent discussion). It turned out I had to #+begin_src emacs-lisp (bibtex-set-dialect) #+end_src first. Regards, Sean On Thu, Nov 21, 2013 at 3:55 AM, Marvin Doyley wrote: > Hi there, > > I have decided to give org-bibtex a try. I have loaded it in my .emacs file, > but whenever I copy a bibtex entry and try to use org-bibtex-yank I get the > following error > > Symbol's function definition is void: bibtex-beginning-of-entry > > Could someone tell me what this mean and how to fix it. > > Thanks > M