From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-open-at-point (C-c C-o) doesn't work anymore Date: Sat, 30 Jul 2011 16:23:05 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnH00-0001k9-4I for emacs-orgmode@gnu.org; Sat, 30 Jul 2011 17:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QnGzy-00011h-Tw for emacs-orgmode@gnu.org; Sat, 30 Jul 2011 17:23:08 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:52820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnGzy-00011T-PQ for emacs-orgmode@gnu.org; Sat, 30 Jul 2011 17:23:06 -0400 Received: by fxg9 with SMTP id 9so4234691fxg.0 for ; Sat, 30 Jul 2011 14:23:05 -0700 (PDT) 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: Hsiu-Khuern Tang Cc: orgmode On Fri, Jul 29, 2011 at 5:37 PM, Hsiu-Khuern Tang wrote: > Hi all, > > When I try C-c C-o to open a link in an Org buffer, e.g., > http://www.google.com, I get: > > org-babel-open-src-block-result: Symbol's value as variable is void: > org-babel-inline-src-block-regexp > > This is the backtrace: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Debugger entered--Lisp error: (void-variable org-babel-inline-src-block-r= egexp) > =C2=A0org-babel-get-src-block-info() > =C2=A0org-babel-open-src-block-result(nil) > =C2=A0call-interactively(org-babel-open-src-block-result t nil) > =C2=A0execute-extended-command(nil) > =C2=A0call-interactively(execute-extended-command nil nil) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Trying to search for org-babel-inline-src-block-regexp in the source > led me to this commit > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > commit 6da29f151915fd86f40b51cbb999d3b2792aff0e > Author: Eric Schulte > Date: =C2=A0 Wed Jun 23 11:24:33 2010 -0700 > > =C2=A0 =C2=A0integrating org-babel into org.el > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > I haven't found a similar report on the mailing list. =C2=A0Since C-c C-o > is quite basic and many people must use it, I'm guessing I'm doing > something wrong. =C2=A0Help please? > I experienced this as well, but with a different issue. See this thread of mine from today: --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg44887.html The following both (well, using either one) fixed my issue as well as the C-c C-o issue: 1) make clean 2) git reset --hard release_7.7 It looks like that commit might be an issue after all. John Thanks to Jambunathan for his suggestion -- I had no idea what to do. > Thanks! > > Hsiu-Khuern. > >