emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [patch][babel] `org-babel-result-end' bug fix and regression tests


From: Martyn Jago
Subject: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests
Date: Fri, 06 Jan 2012 17:31:58 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (darwin)

`org-babel-result-end' bug fix and `org-babel-remove-result' regression tests.

* lisp/ob.el:

The code block below will currently act as though :results prepend 
is set. This is due to `org-babel-result-end' being unable to
find the correct end of a raw result. This patch fixes that.

#+begin_src emacs-lisp :results raw
"a line"
#+end_src

#+results:
a line
a line

* testing/lisp/test-ob.el:

Several regression tests that test the correct (multiple) execution of
code blocks in the various results formats. The tests also test that
'org-babel-remove-result' correctly removes the result.

Best, Martyn

Attachment: 0001-org-babel-result-end-bug-fix-and-org-babel-remove-re.patch
Description: org-babel-result-end-fix


reply via email to

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