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 >> >> >