From 388ccbc4358b1c8c4b7830c2bf868d07304e92a8 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 2 Apr 2012 07:31:06 +0200 Subject: [PATCH] Fix leftover from wrong merge. --- lisp/ob-exp.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index a5693a797..561d5f3b2 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. -- 2.11.4.GIT