Marvin Doyley <[email protected]> writes:
> 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)
Try
(require 'bibtex)
That should have been done automatically (e.g. when you load org-bibtex) but it
seems to
not have been, for unknown reasons.
Nick
> On Thu, Nov 21, 2013 at 3:55 AM, Marvin Doyley <[email protected]>
> 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