emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Problems with org-bibtex


From: Nick Dokos
Subject: Re: [O] Problems with org-bibtex
Date: Thu, 21 Nov 2013 10:35:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Marvin Doyley <address@hidden> 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 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]