From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Problems with org-bibtex Date: Thu, 21 Nov 2013 11:00:11 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11332d161df39004ebb1fe07 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjWfy-0003RV-C8 for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 11:00:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjWfs-0007FZ-Q7 for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 11:00:17 -0500 Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:39096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjWfs-0007FG-JS for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 11:00:12 -0500 Received: by mail-ob0-f172.google.com with SMTP id gq1so6982328obb.3 for ; Thu, 21 Nov 2013 08:00:12 -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: Christopher Witte Cc: "emacs-orgmode@gnu.org" --001a11332d161df39004ebb1fe07 Content-Type: text/plain; charset=ISO-8859-1 Hi there, I found the bug. It turned out that an old copy of bibtex.el was the culprit, deleting this fixed the problem. Thanks again for all your help. Cheers, M On Thu, Nov 21, 2013 at 10:12 AM, Marvin Doyley wrote: > Hi Chris, > That didn't work either. > > When I did > #+begin_src emacs-lisp > (bibtex-set-dialect) > #+end_src > > I got the following error > Debugger entered--Lisp error: (void-function bibtex-set-dialect) > (bibtex-set-dialect) > (progn (bibtex-set-dialect)) > eval((progn (bibtex-set-dialect))) > org-babel-execute:emacs-lisp("(bibtex-set-dialect)" ((:comments . "") > (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . > "no") (:exports . "code") (:results . "replace") (:session . "none") > (:hlines . "no") (:result-type . value) (:result-params "replace") > (:rowname-names) (:colname-names))) > org-babel-execute-src-block(nil) > org-babel-execute-src-block-maybe() > org-babel-execute-maybe() > org-babel-execute-safely-maybe() > run-hook-with-args-until-success(org-babel-execute-safely-maybe) > org-ctrl-c-ctrl-c(nil) > call-interactively(org-ctrl-c-ctrl-c nil nil) > > > > On Thu, Nov 21, 2013 at 5:43 AM, Christopher Witte wrote: > >> I have found that opening a (any) bibtex file fixes this for the session. >> I have no idea why though. >> >> Chris. >> >> >> On 21 November 2013 09:25, Sean O'Halpin wrote: >> >>> 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 >>> >>> >> > --001a11332d161df39004ebb1fe07 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi there,

I found the bug.=A0

It turned out that an old copy of bibtex.el was the culprit= , deleting this fixed =A0the problem.
Thanks again for all your h= elp.
Cheers,
M


On Thu, Nov 21, 2013 at 10:12 AM, Marvin Doyley <= marvinpas@gmail.com> wrote:
Hi Chris,
That didn'= ;t work either.

When I did
#+begin_= src emacs-lisp
=A0 (bibtex-set-dialect)
#+end_src

I got the following error
Debugger entered--Lisp error: (void-function bibtex-set-dialect)<= /div>
=A0 (bibtex-set-dialect)
=A0 (progn (bibtex-set-dialect= ))
=A0 eval((progn (bibtex-set-dialect)))
=A0 org-babel= -execute:emacs-lisp("(bibtex-set-dialect)" ((:comments . "&q= uot;) (:shebang . "") (:cache . "no") (:padline . "= ;") (:noweb . "no") (:tangle . "no") (:exports . &= quot;code") (:results . "replace") (:session . "none&qu= ot;) (:hlines . "no") (:result-type . value) (:result-params &quo= t;replace") (:rowname-names) (:colname-names)))
=A0 org-babel-execute-src-block(nil)
=A0 org-babel-execute-s= rc-block-maybe()
=A0 org-babel-execute-maybe()
=A0 org-= babel-execute-safely-maybe()
=A0 run-hook-with-args-until-success= (org-babel-execute-safely-maybe)
=A0 org-ctrl-c-ctrl-c(nil)
=A0 call-interactively(org-ctrl-c= -ctrl-c nil nil)



On Thu, Nov 21, 2013 at 5:43 AM, Christopher Witte <<= a href=3D"mailto:chris@witte.net.au" target=3D"_blank">chris@witte.net.au> wrote:
I have found that opening a= (any) bibtex file fixes this for the session. I have no idea why though.
Chris.


On 21 November 2013 09:25, Sean O'Halpin <sean.o= halpin@gmail.com> wrote:
Hi,

I was just trying the same thing (prompted by the recent discussion).
It turned out I had to

#+begin_src emacs-lisp
=A0 (bibtex-set-dialect)
#+end_src

first.

Regards,
Sean


On Thu, Nov 21, 2013 at 3:55 AM, Marvin Doyley <marvinpas@gmail.com> 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 ge= t 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




--001a11332d161df39004ebb1fe07--