On Fri, Jul 29, 2011 at 5:37 PM, Hsiu-Khuern Tang <tan...@gmail.com> 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: > > ============================================================ > Debugger entered--Lisp error: (void-variable > org-babel-inline-src-block-regexp) > org-babel-get-src-block-info() > org-babel-open-src-block-result(nil) > call-interactively(org-babel-open-src-block-result t nil) > execute-extended-command(nil) > call-interactively(execute-extended-command nil nil) > ============================================================ > > Trying to search for org-babel-inline-src-block-regexp in the source > led me to this commit > > ============================================================ > commit 6da29f151915fd86f40b51cbb999d3b2792aff0e > Author: Eric Schulte <schulte.e...@gmail.com> > Date: Wed Jun 23 11:24:33 2010 -0700 > > integrating org-babel into org.el > ============================================================ > > I haven't found a similar report on the mailing list. Since C-c C-o > is quite basic and many people must use it, I'm guessing I'm doing > something wrong. Help 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. > >