On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin <m...@imapmail.org> wrote: > With the latest git, I get the following message when I try to follow a > link in org-mode: > > org-babel-execute-src-block-maybe: Symbol's value as variable is void: > org-babel-inline-src-block-regexp > > The problem goes away if I reload org files with M-x org-reload. > > Note: I normally run org-mode from byte-compiled files. I.e., I type > "make clean && make" when updating a file.
For reference to others responding, this has come up twice already in the recent days: - Same C-c C-o problem, reported by Hsiu-Khuern Tang --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg44896.html - Unable to export footnotes in LaTeX, reported by me --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg44895.html Both were traced to the same commit, same error message, and same workarounds: - M-x org-reload with an up to date git pull - Don't actually make the up to date git pull (or make clean after make) - Revert back to release_7.7 Best regards, John > > Best, > Matt > >