From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Problems with org-bibtex Date: Thu, 21 Nov 2013 10:12:37 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1ce02fd0c3704ebb1532b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjVvv-0005lr-Cv for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 10:12:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjVvq-0001VI-IB for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 10:12:43 -0500 Received: from mail-oa0-x22e.google.com ([2607:f8b0:4003:c02::22e]:34116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjVvq-0001VB-Ay for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 10:12:38 -0500 Received: by mail-oa0-f46.google.com with SMTP id o6so5938573oag.33 for ; Thu, 21 Nov 2013 07:12:37 -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" --e89a8ff1ce02fd0c3704ebb1532b Content-Type: text/plain; charset=ISO-8859-1 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 >> >> > --e89a8ff1ce02fd0c3704ebb1532b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Chris,
That didn't work either.

<= /div>
When I did
#+begin_src emacs-lisp
=A0 (b= ibtex-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, Christ= opher Witte <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, S= ean O'Halpin <sean.ohalpin@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



--e89a8ff1ce02fd0c3704ebb1532b--