From aad23f414075a70bddc7c6613507921358549112 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 17 Aug 2009 10:01:50 -0600 Subject: [PATCH] adding new bug (ob-exp.el is stripping indentation from source-code blocks) --- org-babel.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org-babel.org b/org-babel.org index 264fa495d..7b7952668 100644 --- a/org-babel.org +++ b/org-babel.org @@ -2875,7 +2875,10 @@ dot("$(2a,0)$",(2,0),N+E); *** DONE sh -* Bugs [37/42] +* Bugs [37/43] +** TODO stripping indentation from source-code blocks +This is a problem in [[file:lisp/org-babel-exp.el][org-babel-exp.el]]. + ** TODO failing to write srcname to resname when evaluating a named block ** DONE Python session evaluation bug The following block evaluates correctly with :session none