* Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375
@ 2011-08-01 17:22 Leo
2011-08-01 17:59 ` Achim Gratz
0 siblings, 1 reply; 3+ messages in thread
From: Leo @ 2011-08-01 17:22 UTC (permalink / raw)
To: emacs-orgmode
I am running org mode from trunk. I am getting this error:
,----
| org-babel-pop-to-session-maybe: Symbol's value as variable is void:
| org-babel-inline-src-block-regexp
`----
for M-up/down.
The error was introduced in
http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375
Please apply this patch to fix the bug:
--- a/ob.el
+++ b/ob.el
@@ -141,7 +141,7 @@
"\\([^\000]*?\n\\)?[ \t]*#\\+end_src")
"Regexp used to identify code blocks.")
-(eval-when-compile
+(eval-and-compile
(defvar org-babel-inline-src-block-regexp
(concat
;; (1) replacement target (2) lang
Diff finished. Tue Aug 2 01:18:06 2011
Leo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-02 2:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 17:22 Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375 Leo
2011-08-01 17:59 ` Achim Gratz
2011-08-02 2:36 ` Leo
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.