Re: [O] Problems with org-bibtex

2013-11-21 Thread Sean O'Halpin
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 marvin...@gmail.com wrote: Hi there, I have decided to give

Re: [O] Problems with org-bibtex

2013-11-21 Thread Christopher Witte
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.ohal...@gmail.com wrote: Hi, I was just trying the same thing (prompted by the recent discussion). It turned out I had to #+begin_src

Re: [O] Problems with org-bibtex

2013-11-21 Thread Jambunathan K
Marvin Doyley marvin...@gmail.com writes: Symbol's function definition is void: bibtex-beginning-of-entry Whenever you get an error, do M-x toggle-debug-on-error and post the *Backtrace* buffer. I am still surprised why (even) regulars in this list fail to do it.

Re: [O] Problems with org-bibtex

2013-11-21 Thread Marvin Doyley
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 marvin...@gmail.com wrote: Hi Chris, That didn't work either. When I did

Re: [O] Problems with org-bibtex

2013-11-21 Thread Marvin Doyley
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)))

Re: [O] Problems with org-bibtex

2013-11-21 Thread Nick Dokos
Marvin Doyley marvin...@gmail.com 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

[O] Problems with org-bibtex

2013-11-20 Thread Marvin Doyley
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

Re: [O] Problems with org-bibtex

2013-11-20 Thread Marvin Doyley
Sorry about that, I agree I should know better. Here is the Backtrace that I got, Cheers, M Debugger entered--Lisp error: (void-function bibtex-beginning-of-entry) bibtex-beginning-of-entry() org-bibtex-read() org-bibtex-yank() call-interactively(org-bibtex-yank record nil)