summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-02 07:31:06 +0200
committerBastien Guerry <bzg@altern.org>2012-04-02 07:31:06 +0200
commit388ccbc4358b1c8c4b7830c2bf868d07304e92a8 (patch)
treef0fdd30234ceb45854d4a4626466be83bc2f6c8e
parente3913a2ab5cda65d87e124c95fcb20f338a05e8d (diff)
downloadorg-mode-388ccbc4358b1c8c4b7830c2bf868d07304e92a8.tar.gz
Fix leftover from wrong merge.
-rw-r--r--lisp/ob-exp.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index a5693a7..561d5f3 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -271,9 +271,6 @@ replaced with its value."
(nth 2 info))
("flags" . ,((lambda (f) (when f (concat " " f))) (nth 3 info)))
("name" . ,(or (nth 4 info) "")))))
- ("body" . ,(if (string= (nth 0 info) "org")
- (replace-regexp-in-string "^" "," (nth 1 info))
- (nth 1 info))))))
(defun org-babel-exp-results (info type &optional silent hash)
"Evaluate and return the results of the current code block for export.