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