* Undefined variable: org-babel-execute-src-block-maybe
@ 2011-08-01 14:43 Matt Lundin
2011-08-01 14:59 ` John Hendy
0 siblings, 1 reply; 5+ messages in thread
From: Matt Lundin @ 2011-08-01 14:43 UTC (permalink / raw)
To: Org Mode
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.
Best,
Matt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Undefined variable: org-babel-execute-src-block-maybe
2011-08-01 14:43 Undefined variable: org-babel-execute-src-block-maybe Matt Lundin
@ 2011-08-01 14:59 ` John Hendy
2011-08-01 15:17 ` Torsten Wagner
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: John Hendy @ 2011-08-01 14:59 UTC (permalink / raw)
To: Matt Lundin; +Cc: Org Mode
On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin <mdl@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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Undefined variable: org-babel-execute-src-block-maybe
2011-08-01 14:59 ` John Hendy
@ 2011-08-01 15:17 ` Torsten Wagner
2011-08-01 15:18 ` Matt Lundin
2011-08-01 21:48 ` Eric Schulte
2 siblings, 0 replies; 5+ messages in thread
From: Torsten Wagner @ 2011-08-01 15:17 UTC (permalink / raw)
To: John Hendy; +Cc: Matt Lundin, Org Mode
I can confirm that
> - M-x org-reload with an up to date git pull
works as workaround.
Error appears also for setting a tag and executing code blocks...
Torsten
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Undefined variable: org-babel-execute-src-block-maybe
2011-08-01 14:59 ` John Hendy
2011-08-01 15:17 ` Torsten Wagner
@ 2011-08-01 15:18 ` Matt Lundin
2011-08-01 21:48 ` Eric Schulte
2 siblings, 0 replies; 5+ messages in thread
From: Matt Lundin @ 2011-08-01 15:18 UTC (permalink / raw)
To: John Hendy; +Cc: Org Mode
John Hendy <jw.hendy@gmail.com> writes:
> On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin <mdl@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
>
O.K. Thanks. I'll await Eric's decision.
Best,
Matt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Undefined variable: org-babel-execute-src-block-maybe
2011-08-01 14:59 ` John Hendy
2011-08-01 15:17 ` Torsten Wagner
2011-08-01 15:18 ` Matt Lundin
@ 2011-08-01 21:48 ` Eric Schulte
2 siblings, 0 replies; 5+ messages in thread
From: Eric Schulte @ 2011-08-01 21:48 UTC (permalink / raw)
To: John Hendy; +Cc: Matt Lundin, Org Mode
I've just reverted the commits introducing this error.
I will revisit this issue when I am back from vacation (in two weeks)
and will implement a full proper solution then.
Sorry for the breakage.
Best -- Eric
John Hendy <jw.hendy@gmail.com> writes:
> On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin <mdl@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
>>
>>
>
--
Eric Schulte
http://cs.unm.edu/~eschulte/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-01 21:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 14:43 Undefined variable: org-babel-execute-src-block-maybe Matt Lundin
2011-08-01 14:59 ` John Hendy
2011-08-01 15:17 ` Torsten Wagner
2011-08-01 15:18 ` Matt Lundin
2011-08-01 21:48 ` Eric Schulte
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).