emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [babel][bug]


From: Martyn Jago
Subject: [O] [babel][bug]
Date: Mon, 02 Jan 2012 17:41:10 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (darwin)

There is a bug running babel on Emacs 22.1.1 with a minimal init file.

The following code works:

--8<---------------cut here---------------start------------->8---
* Test passes

#+begin_src emacs-lisp 

"hello there"

#+end_src

#+results:
: hello there
--8<---------------cut here---------------end--------------->8---

The following fails:

--8<---------------cut here---------------start------------->8---
* Test fails

#+begin_src emacs-lisp :results silent

"hello there"

#+end_src
--8<---------------cut here---------------end--------------->8---

The problem appears to be associated with the :results parsing.

The backtrace is as follows:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument listp 58)
  matches(114 58)
  matched(114 58)
  #[(ch) "     š„




reply via email to

[Prev in Thread] Current Thread [Next in Thread]