emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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

* Re: Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375
  2011-08-01 17:22 Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375 Leo
@ 2011-08-01 17:59 ` Achim Gratz
  2011-08-02  2:36   ` Leo
  0 siblings, 1 reply; 3+ messages in thread
From: Achim Gratz @ 2011-08-01 17:59 UTC (permalink / raw)
  To: emacs-orgmode

Leo <sdl.web@gmail.com> writes:
> I am running org mode from trunk. I am getting this error:

Nitpick: there is no trunk.

> Please apply this patch to fix the bug:

This gets rid of the error message, but does not fix the bug, IMHO.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375
  2011-08-01 17:59 ` Achim Gratz
@ 2011-08-02  2:36   ` Leo
  0 siblings, 0 replies; 3+ messages in thread
From: Leo @ 2011-08-02  2:36 UTC (permalink / raw)
  To: emacs-orgmode

On 2011-08-02 01:59 +0800, Achim Gratz wrote:
>> Please apply this patch to fix the bug:
>
> This gets rid of the error message, but does not fix the bug, IMHO.

Which bug? There is no reference to any bug report in the commit so I am
clueless.

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 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).