emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel][bug]
@ 2012-01-02 17:41 Martyn Jago
  2012-01-03 17:40 ` [babel][bug] org-babel-balanced-split (with Emacs-22) Martyn Jago
  0 siblings, 1 reply; 9+ messages in thread
From: Martyn Jago @ 2012-01-02 17:41 UTC (permalink / raw)
  To: emacs-orgmode


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) "\b	š„

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

end of thread, other threads:[~2012-01-03 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-02 17:41 [babel][bug] Martyn Jago
2012-01-03 17:40 ` [babel][bug] org-babel-balanced-split (with Emacs-22) Martyn Jago
2012-01-03 17:46   ` Eric Schulte
2012-01-03 18:32     ` Martyn Jago
2012-01-03 18:46       ` Eric Schulte
2012-01-03 18:49         ` Achim Gratz
2012-01-03 19:10           ` Eric Schulte
2012-01-03 19:22             ` Achim Gratz
2012-01-03 20:57               ` 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).