[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Undefined variable: org-babel-execute-src-block-maybe
From: |
John Hendy |
Subject: |
Re: [O] Undefined variable: org-babel-execute-src-block-maybe |
Date: |
Mon, 1 Aug 2011 09:59:33 -0500 |
On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin <address@hidden> 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/address@hidden/msg44896.html
- Unable to export footnotes in LaTeX, reported by me
--- http://www.mail-archive.com/address@hidden/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
>
>