1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-26 10:49:38 +00:00

Fix leftover from wrong merge.

This commit is contained in:
Bastien Guerry 2012-04-02 07:31:06 +02:00
parent e3913a2ab5
commit 388ccbc435

View File

@ -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.